Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
avoided test file name conflict with Jest test function
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Dyson committed Feb 5, 2020
1 parent c075349 commit 1d390b5
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +",
"test": "npx jest --runInBand"
},
"version": "13.1.0"
"version": "13.2.0"
}

0 comments on commit 1d390b5

Please sign in to comment.