Skip to content

Commit

Permalink
Merge pull request #3 from AdvancedCat/test
Browse files Browse the repository at this point in the history
add test cases
  • Loading branch information
akira-cn committed Mar 4, 2022
2 parents d33ac3f + 7a0c908 commit d6d2d3b
Show file tree
Hide file tree
Showing 5 changed files with 7,938 additions and 3,622 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
preset: 'jest-puppeteer',
globals: {
URL: 'http://localhost:8080',
},
verbose: true,
};

0 comments on commit d6d2d3b

Please sign in to comment.