Update electronic-json-storage-tests.ts

This commit is contained in:
Sam Saint-Pettersen
2016-03-23 23:57:15 +00:00
parent 5438a516d4
commit 6dca0f33ca
@@ -1,7 +1,5 @@
/// <reference path="../github-electron/github-electron.d.ts" />
/// <reference path="electron-json-storage.d.ts" />
import electron = require('electron');
import storage = require('electron-json-storage');
storage.set("foo", { "foo": "bar" }, function(err: any) { });