UNPKG

244 BJavaScriptView Raw
1global.localStorage = require('localStorage')
2store = require('./store')
3
4require('./tests')
5
6tests.outputError = function(msg) { console.error(msg); process.exit(-1) }
7tests.runFirstPass()
8tests.runSecondPass()
9
10console.log("All tests passed")
\No newline at end of file