We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
1 parent e3292b8 commit be6de94Copy full SHA for be6de94
tests/unit/web-ext-react-test.js
@@ -20,7 +20,7 @@ mod("build", (hooks) => {
20
});
21
22
test("it builds app", async (assert) => {
23
- await this.webExtReact.buildApp();
+ this.webExtReact.buildApp();
24
assert.ok(fs.existsSync(this.buildPath), "build dir exists");
25
assert.ok(
26
fs.existsSync(
0 commit comments