Files
WAI_Project_VUE/node_modules/store/scripts/run-node-tests.js
2025-11-24 23:24:06 +08:00

11 lines
253 B
JavaScript

#!/usr/local/bin/node
// simulate localStorage - must be done before importing tests
var { Global } = require('../src/util')
Global.localStorage = require('localStorage')
// Import and run tests
var tests = require('../tests/tests')
tests.runTests()