This website requires JavaScript.
Explore
Help
Sign In
status-im
/
realm-js
mirror of
https://github.com/status-im/realm-js.git
Watch
2
Star
0
Fork
You've already forked realm-js
0
Code
Issues
Projects
Releases
Wiki
Activity
12a8cd5398
realm-js
/
tests
/
test-runners
/
ava
/
package.json
10 lines
115 B
JSON
Raw
Normal View
History
Unescape
Escape
Add tests to ensure realm-js is usable inside mocha and ava tests
2016-08-10 13:47:55 +00:00
{
"scripts"
:
{
"test"
:
"ava"
}
,
"devDependencies"
:
{
correct test-runners tests
2017-03-22 12:57:46 +00:00
"ava"
:
"^0.16.0"
,
"realm"
:
"../../.."
Add tests to ensure realm-js is usable inside mocha and ava tests
2016-08-10 13:47:55 +00:00
}
}