Modify to es6 module standard format

This commit is contained in:
falsandtru
2015-10-04 21:41:28 +09:00
parent 8ab759a80c
commit 4dd540810e
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path="./power-assert.d.ts" />
import assert = require("power-assert");
import assert from "power-assert";
assert(1 + 1 - 2 === 0, "The universe isn't how it should.");