Skip to content

Commit

Permalink
convert the createStore test to typescript - and run the tests (redux…
Browse files Browse the repository at this point in the history
…js#3510)

Former-commit-id: ec5d5ca
  • Loading branch information
cellog authored and timdorr committed Aug 16, 2019
1 parent 59b621f commit 5b117c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]
},
"jest": {
"testRegex": "(/test/.*\\.spec\\.js)$"
"testRegex": "(/test/.*\\.spec\\.[tj]s)$"
},
"sideEffects": false
}
1 change: 0 additions & 1 deletion test/createStore.spec.js.REMOVED.git-id

This file was deleted.

1 change: 1 addition & 0 deletions test/createStore.spec.ts.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5e8ef1db50fc59beceb2aee464b31644368a3669

0 comments on commit 5b117c3

Please sign in to comment.