Skip to content

Commit

Permalink
chore(example): transparent empowerment of assert module
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Jun 6, 2017
1 parent 4d20772 commit 8e8fb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/test/pass-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// LICENSE : MIT
"use strict";
var assert = require("power-assert");
var assert = require("assert");
describe("PassTest", function () {
it("is passed", function () {
var object = {
Expand All @@ -10,4 +10,4 @@ describe("PassTest", function () {
name: "Tom object"
});
});
});
});

0 comments on commit 8e8fb9e

Please sign in to comment.