Skip to content

Commit be6de94

Browse files
committed
test: remove unneeded await
1 parent e3292b8 commit be6de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/web-ext-react-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod("build", (hooks) => {
2020
});
2121

2222
test("it builds app", async (assert) => {
23-
await this.webExtReact.buildApp();
23+
this.webExtReact.buildApp();
2424
assert.ok(fs.existsSync(this.buildPath), "build dir exists");
2525
assert.ok(
2626
fs.existsSync(

0 commit comments

Comments
 (0)