Skip to content

Commit 8121302

Browse files
committed
Await subtests
1 parent 151096b commit 8121302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test("unicode line break tests", async t => {
4444
});
4545

4646
// eslint-disable-next-line no-loop-func
47-
t.test(cols, () => {
47+
await t.test(cols, () => {
4848
total++;
4949
assert.deepStrictEqual(
5050
breaks,

0 commit comments

Comments
 (0)