Skip to content

Commit 1223678

Browse files
committed
WIP: add order_by.test.ts
I only migrated some of these tests as there was a dependency on the server for several tests
1 parent c0af997 commit 1223678

File tree

3 files changed

+416
-5
lines changed

3 files changed

+416
-5
lines changed

tests/database/info.test.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ import {
88
import { Reference } from "../../src/database/api/Reference";
99
import { EventAccumulator } from "./helpers/EventAccumulator";
1010

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 () {
1223
it("Can get a reference to .info nodes.", function() {
1324
var f = (getRootNode() as Reference);
1425
expect(getPath(f.child('.info'))).to.equal('/.info');

0 commit comments

Comments
 (0)