7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
// store-test-suite will run all the store.js tests
|
|
// and report the results.
|
|
|
|
var tests = require('../tests/tests')
|
|
|
|
tests.runTests()
|