mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
15 lines
354 B
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"
|
|
}
|
|
}
|