Commit Graph

529 Commits

Author SHA1 Message Date
Salakar
de4f5f6559 [tests] misc project config 2018-09-21 00:00:46 +01:00
Salakar
3ac9311eaa [firestore] remove unnecessary intern fn _offDocumentSnapshot -> EE already returns a subscription instance with a remove();
[firestore] additionally refactor unsubscribe so it can be called if an error is received on subscribing
2018-09-20 18:13:07 +01:00
Salakar
197a26d8c4 [tests][firestore] remove only 2018-09-20 17:11:01 +01:00
Salakar
a8130d7c3d [tests][firestore] add where array-contains tests 2018-09-20 16:58:40 +01:00
Salakar
75dc609047 [tests][firestore] fix documentReference tests 2018-09-20 16:36:22 +01:00
Salakar
5c51407709 [tests][firestore] re-write onSnapshot tests to remove race conditions 2018-09-20 16:25:49 +01:00
Salakar
eb1f0acda6 [tests] update podfile lock 2018-09-20 14:16:09 +01:00
Salakar
0c9435af33 [tests][firestore] cleanup tests & helpers - wip 2018-09-20 13:21:47 +01:00
Salakar
4f7ca7f072 [notifications] fix for #1445 - thanks @rahulgi for helping debug <3 2018-09-20 10:23:30 +01:00
Salakar
5fefab5b35 [tests] update podfile lock 2018-09-19 13:47:55 +01:00
Salakar
84c860dd7d Merge remote-tracking branch 'origin/master' 2018-09-17 04:59:21 +01:00
Salakar
24979724cc [tests] fix coverage issue - temp revert to .babelrc file until metro PR lands 2018-09-17 04:59:12 +01:00
Salakar
dc0a62402f [tests] misc project config 2018-09-16 23:01:11 +01:00
Salakar
62e2c42ec6 [tests][android] disable bundle deltas - TODO move to Jet 2018-09-16 22:56:26 +01:00
Salakar
6b0146e3dd [tests][auth] set firebase.auth.AuthSettings settings before running Phone Auth tests 2018-09-16 21:39:51 +01:00
Salakar
c8abdd53d0 [tests][auth] ensure signed out state before each auth test 2018-09-16 17:58:01 +01:00
Salakar
fb57495a15 [tests][auth] add signInWithPhoneNumber tests 2018-09-16 17:57:18 +01:00
Salakar
485eed0238 [tests][ios] update url scheme for phone auth testing 2018-09-16 17:55:04 +01:00
Michael Diarmid
6305f15458 Merge pull request #1476 from oblador/updatePhoneNumber
[auth] Support updatePhoneNumber
2018-09-16 13:12:36 +01:00
Salakar
b9ebe1faf1 [tests] misc 2018-09-15 19:28:03 +01:00
Salakar
84165257ce [tests] update Jet to ^0.1.0 2018-09-12 21:06:36 +01:00
Salakar
93d39412f5 [tests] refactor to use latest Jet setup 2018-09-12 21:05:48 +01:00
Salakar
953484a334 [tests] update to RN 57 release 2018-09-12 18:00:06 +01:00
Salakar
351e4e8136 [tests] switch to latest native jet package names 2018-09-12 12:46:46 +01:00
Joel Arvidsson
a272910119 [auth] Support updatePhoneNumber 2018-09-10 15:36:40 +02:00
Salakar
83a5594c39 [tests] misc deps + scripts 2018-09-09 01:50:26 +01:00
Salakar
621ad6b877 [tests][build] rename babel.config.js -> .babelrc.js to avoid metro bundling issue 2018-09-09 01:48:10 +01:00
Salakar
f839acad1d [tests] simplify testing project guide and move detox-cli global to be a devDep 2018-09-09 01:11:31 +01:00
Salakar
f5fc374518 [tests][build] remove babel devDeps 2018-09-08 22:57:14 +01:00
Salakar
4ae88e3055 [tests][build] cleanup babel config 2018-09-08 22:53:00 +01:00
Salakar
9aa4de6b1b [tests][build] rename bridge 2018-09-08 22:28:02 +01:00
Salakar
a1b0ca8d11 [tests][build] cleanup metro config 2018-09-08 22:26:11 +01:00
Salakar
4d121036be [tests][build] xcode disable nullability completeness warning - some RN internals missing nullability annotations 2018-09-08 13:57:48 +01:00
Salakar
3bdeb437ec [tests][build] add extraNodeModulesGetter proxy - thanks @titozzz 👍 2018-09-08 13:43:16 +01:00
Salakar
b05d77d91d update podlock 2018-09-08 13:36:06 +01:00
Salakar
cf0af36542 [tests] remove providesModuleNodeModules 2018-09-08 13:27:46 +01:00
Salakar
591b60259d [tests] wip - upgrade tests to detox 9 / babel 7 / rn 57 2018-09-08 12:52:05 +01:00
Salakar
63e1cc638f [tests] wip - upgrade tests to detox 9 / babel 7 / rn 57 2018-09-08 12:50:57 +01:00
Michael Diarmid
90acbb5ff5 update to detox ^9.0.1 2018-09-06 22:52:24 +01:00
Salakar
6625efd934 [tests] fix nyc instrumentation config 2018-09-04 19:57:22 +01:00
Salakar
6d1416e430 [tests] update firestore tests to read from **/src/** 2018-09-04 19:31:16 +01:00
Salakar
6f3e67b287 [tests][build][ci] import from /src directly for tests - otherwise coverage won't map correctly 2018-09-04 19:26:54 +01:00
Salakar
ebbc0f9b74 [build][ci] re-enable firestore tests 2018-09-04 19:09:18 +01:00
Salakar
244c021e00 [build][ci] misc config 2018-09-04 18:48:28 +01:00
Salakar
d64f515048 [build][ci] use different mocha.opts file in CI 2018-09-04 18:22:48 +01:00
Salakar
bf0c2f0182 [tests] temporarily disable more flakey test - will re-write 2018-09-04 17:51:34 +01:00
Salakar
1e03488765 [tests] temporarily disable flakey test 2018-09-04 17:16:06 +01:00
Salakar
9a531853e6 misc build 2018-09-04 15:28:10 +01:00
Salakar
5134656b7e [tests] commit yarn.lock 2018-09-04 13:24:23 +01:00
Salakar
50e31ff04e [tests][auth] mark custom token test pending - temporarily 2018-09-03 23:00:10 +01:00