Skip to content

Commit 5cf9e24

Browse files
committed
lint
1 parent d871a66 commit 5cf9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/unit/resource_test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ test(async function testDomPoint() {
143143
});
144144

145145
// TODO(littledivy): write this test using natives api when exposed
146-
test(async function testFastProtoMethod() {
146+
test(function testFastProtoMethod() {
147147
const obj = new TestObjectWrap();
148148

149149
for (let i = 0; i < 10000; i++) {

0 commit comments

Comments
 (0)