Skip to content

Commit

Permalink
no need to have this be an async test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 18, 2023
1 parent e549863 commit aeecc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/linter/linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7261,7 +7261,7 @@ var a = "test2";

const errorPrefix = "Parsing error: ";

it("should have file path passed to it", async () => {
it("should have file path passed to it", () => {
const code = "/* this is code */";
const parseSpy = { parse: sinon.spy() };

Expand Down

0 comments on commit aeecc62

Please sign in to comment.