Skip to content

Commit 5266429

Browse files
teardown has been renamed to "afterEach"
http://qunitjs.com/upgrade-guide-2.x/#rename-module-hooks
1 parent 7e3bee7 commit 5266429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
});
3434

3535
window.lifecycle = {
36-
teardown: function () {
36+
afterEach: function () {
3737
// Remove the cookies created using js-cookie default attributes
3838
Object.keys(Cookies.get()).forEach(Cookies.remove);
3939
// Remove the cookies created using browser default attributes

0 commit comments

Comments
 (0)