Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mchirico committed Jul 1, 2020
1 parent 4a7ceff commit f8da23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/firebasekick.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ describe("FirebaseKick ...", function () {
});

afterEach(function () {
// Cancel snapshot listener
obs();
});

it("Test write to firebase", function (done) {
it("Test snapshot listener", function (done) {
const path = "/test/express/task/0";
const expected = [35, 31];
const actual: number[] = [];
Expand Down

0 comments on commit f8da23a

Please sign in to comment.