We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1cd79 commit dca8d80Copy full SHA for dca8d80
test/index.js
@@ -1,6 +1,11 @@
1
+if (!localStorage) {
2
+ var localStorage = {};
3
+}
4
+
5
var should = require("chai").should(),
6
app = require("../react-localstorage");
7
8
9
describe("check methods get and set", function () {
10
it("boolean", function () {
11
app.reactLocalStorage.set("var", true);
0 commit comments