Accidentally removed the module teardown code.
This commit is contained in:
parent
3ab7b72919
commit
e01e8d434d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module("selector");
|
module("selector", { teardown: moduleTeardown });
|
||||||
|
|
||||||
test("element", function() {
|
test("element", function() {
|
||||||
expect(21);
|
expect(21);
|
||||||
|
|
Loading…
Reference in a new issue