Skip to content

Commit d335e53

Browse files
committed
fix typing error
1 parent 4d37fba commit d335e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/eslint-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe("Integration with eslint-plugin-json-schema-validator", () => {
1414
const engine = new ESLint({
1515
cwd: TEST_CWD,
1616
extensions: [".js", ".json"],
17-
plugins: { "eslint-plugin-json-schema-validator": plugin },
17+
plugins: { "eslint-plugin-json-schema-validator": plugin as any },
1818
})
1919
const results = await engine.lintFiles(["test01/src"])
2020
assert.strictEqual(results.length, 2)

0 commit comments

Comments
 (0)