Skip to content

Commit 33a2005

Browse files
Do not change defaults after each test
1 parent 04b6544 commit 33a2005

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
window.lifecycle = {
3636
teardown: function () {
37-
Cookies.defaults = {};
3837
Object.keys(Cookies.get()).forEach(Cookies.remove);
3938
}
4039
};

0 commit comments

Comments
 (0)