Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Add "use stricts" for js
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Dec 25, 2016
1 parent 1d6fd49 commit c82f489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/config.js
@@ -1,3 +1,4 @@
"use strict";
var WebCrypto = require("../buildjs/webcrypto.js");

module.exports = new WebCrypto({directory: "test_storage"})
1 change: 1 addition & 0 deletions test/digest.js
@@ -1,3 +1,4 @@
"use strict";
var assert = require('assert');
var webcrypto = require('./config');

Expand Down
2 changes: 2 additions & 0 deletions test/key_storage.js
@@ -1,3 +1,5 @@
"use strict";

var assert = require("assert");
var fs = require("fs");
var webcrypto = require("./config");
Expand Down

0 comments on commit c82f489

Please sign in to comment.