realm-js/tests/ReactTests/package.json
Scott Kyle db80c3a89a Refactor tests to run again inside Xcode
Added a CommonJS module loader that is used by XCTestCase subclass to load and run the tests.
2015-10-08 15:54:30 -07:00

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:.."
}
}