mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-22 20:30:33 +03:00
Add sample unit test
This commit is contained in:
+1
-1
@@ -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)?$)/)
|
||||
const srcContext = require.context('../../src', true, /^\.\/(?!main\.js$).+\.(js|vue)$/i)
|
||||
srcContext.keys().forEach(srcContext)
|
||||
|
||||
Reference in New Issue
Block a user