Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Jul 29, 2024
1 parent d8ce19b commit e27a139
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/weather/parse.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
composeRobotContent,
// compareData,
parseWeatherData,
// parseWeatherData,
} from '../../src/weather/parse';

describe('composeRobotContent', () => {
Expand Down Expand Up @@ -32,11 +32,11 @@ describe('composeRobotContent', () => {
// });
// });

describe('parseWeatherData', () => {
it('parseWeatherData', () => {
expect(parseWeatherData([])).toEqual({
isSame: true,
content: '当前深圳预警已全部解除',
});
});
});
// describe('parseWeatherData', () => {
// it('parseWeatherData', () => {
// expect(parseWeatherData([])).toEqual({
// isSame: true,
// content: '当前深圳预警已全部解除',
// });
// });
// });

0 comments on commit e27a139

Please sign in to comment.