测试版

This commit is contained in:
liuyuan
2025-03-05 15:16:45 +08:00
parent 8dbdce6d3f
commit 9accfddbe5
3849 changed files with 365801 additions and 0 deletions

10
node_modules/store/scripts/run-node-tests.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
#!/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()