mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 17:53:55 +00:00
db80c3a89a
Added a CommonJS module loader that is used by XCTestCase subclass to load and run the tests.
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.11.4",
|
|
"realm": "file:../../lib",
|
|
"realm-tests": "file:.."
|
|
}
|
|
}
|