Skip to content

Commit d974441

Browse files
committed
fix(test): use assert insteadof power-assert
1 parent ae890e6 commit d974441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixer-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// LICENSE : MIT
22
"use strict";
3-
import assert from "power-assert";
3+
import assert from "assert";
44
import preset from "../src/index";
55
import {TextLintCore} from "textlint"
66
import * as fs from "fs";

0 commit comments

Comments
 (0)