Skip to content

Commit

Permalink
Fix test case errors. #63 #62
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 18, 2020
1 parent 4c17889 commit c503bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ it('Support Less/Sass/Stylus.', async () => {
expect.stringMatching(/index.html$/),
]),
);
expect(dir.length).toEqual(16);
expect(dir.length).toEqual(17);
}
});

Expand Down

0 comments on commit c503bcb

Please sign in to comment.