mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 05:20:34 +03:00
start preparing examples & tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
describe('basic', function () {
|
||||
it('does something', function () {
|
||||
console.log('tests have yet to be written')
|
||||
})
|
||||
})
|
||||
@@ -0,0 +1,5 @@
|
||||
// test/index.js
|
||||
// require all test files using special Webpack feature
|
||||
// https://webpack.github.io/docs/context.html#require-context
|
||||
var testsContext = require.context('.', true, /\.spec$/)
|
||||
testsContext.keys().forEach(testsContext)
|
||||
Reference in New Issue
Block a user