File tree Expand file tree Collapse file tree 3 files changed +416
-5
lines changed Expand file tree Collapse file tree 3 files changed +416
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,18 @@ import {
8
8
import { Reference } from "../../src/database/api/Reference" ;
9
9
import { EventAccumulator } from "./helpers/EventAccumulator" ;
10
10
11
- describe . only ( ".info Tests" , function ( ) {
11
+ /**
12
+ * We have a test that depends on leveraging two properly
13
+ * configured Firebase instances. we are skiping the test
14
+ * but I want to leave the test here for when we can refactor
15
+ * to remove the prod firebase dependency.
16
+ */
17
+ declare var runs ;
18
+ declare var waitsFor ;
19
+ declare var TEST_ALT_NAMESPACE ;
20
+ declare var TEST_NAMESPACE ;
21
+
22
+ describe ( ".info Tests" , function ( ) {
12
23
it ( "Can get a reference to .info nodes." , function ( ) {
13
24
var f = ( getRootNode ( ) as Reference ) ;
14
25
expect ( getPath ( f . child ( '.info' ) ) ) . to . equal ( '/.info' ) ;
You can’t perform that action at this time.
0 commit comments