realm-js/tests/node/package.json

15 lines
354 B
JSON

{
"name": "realm-node-tests",
"private": true,
"description": "Test harness running the Realm JS tests in a node process.",
"main": "index.js",
"scripts": {
"test": "node ./unit-tests.js",
"test-sync-integration": "node ./sync-integration-tests.js"
},
"devDependencies": {
"realm": "../..",
"realm-tests": "../shared"
}
}