Skip to content

Commit

Permalink
ci: fixes features eslint disable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Aug 16, 2024
1 parent 2c7bd3a commit 29f57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Features.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-unused-vars
import { resolve } from "path";
import should from "should";
import { resolve } from "path";
import { Renderer } from "../index.js";

const keikan = new Renderer({ debug: true });
Expand Down

0 comments on commit 29f57a7

Please sign in to comment.