Skip to content

Commit

Permalink
Fix TS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Sep 16, 2020
1 parent 7399f7c commit 499f60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var testsContext = require.context('./src/', true, /\/test\.js$/)
var testsContext = require.context('./src/', true, /\/test\.(t|j)s$/)
testsContext.keys().forEach(testsContext)

0 comments on commit 499f60c

Please sign in to comment.