diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-13 18:28:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-13 18:28:50 +0300 |
| commit | fd171da0dc6ee8404278ba4083a28cc01d724040 (patch) | |
| tree | 21e2cffe3cfeebe699b4bd83a865d580ff1a38f9 /test/unit/index.js | |
| parent | 77db9c5c698189d8d33685f553c1b0769fa3da9a (diff) | |
attempt at making it work
Diffstat (limited to 'test/unit/index.js')
| -rw-r--r-- | test/unit/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/index.js b/test/unit/index.js index 03b19e32..642099db 100644 --- a/test/unit/index.js +++ b/test/unit/index.js @@ -9,5 +9,5 @@ testsContext.keys().forEach(testsContext) // require all src files except main.js for coverage. // you can also change this to match only the subset of files that // you want coverage for. -const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/) -srcContext.keys().forEach(srcContext) +// const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/) +// srcContext.keys().forEach(srcContext) |
