Skip to content

Commit

Permalink
Fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Sep 25, 2023
1 parent eab202b commit 2986757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/build/definitions/themeLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.beforeEach((t) => {
t.context.getTask = sinon.stub();
});

test("Standard build", async (t) => {
test("Standard build", (t) => {
const {project, taskUtil, getTask} = t.context;

const tasks = themeLibrary({
Expand Down

0 comments on commit 2986757

Please sign in to comment.