Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 12bf981

Browse files
committed
disable async 16.9 tests for now
1 parent 41074e6 commit 12bf981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const supportedVersions = [
2121
'~16.0',
2222
'~16.3', // Context
2323
'~16.8', // Hooks
24-
'latest',
24+
// 'latest', // async act
2525
];
2626

2727
const header = str => {

0 commit comments

Comments
 (0)