File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import * as assert from "assert" ;
2- import { TextstatKernel } from "../src/TextstatKernel" ;
3- import * as rule from "./rule/textstat-rule-example" ;
2+ import { TextstatKernel } from "../src/TextstatKernel.js " ;
3+ import * as rule from "./rule/textstat-rule-example.js " ;
44
55import generated from "@textlint/textlint-plugin-markdown" ;
66
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ export function runTest(
3131 const sharedDepsOwn =
3232 typeof sharedDeps === "object"
3333 ? {
34- ...defaultSharedDeps ,
35- ...sharedDeps
36- }
34+ ...defaultSharedDeps ,
35+ ...sharedDeps
36+ }
3737 : defaultSharedDeps ;
3838 const actualResult = await textstat . report ( actualContent , {
3939 filePath : actualFilePath ,
You can’t perform that action at this time.
0 commit comments