Skip to content

Commit da33b1c

Browse files
committed
test: filter out module.exports
1 parent 9f6b99c commit da33b1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conformance.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const removedAPIs = new Set([
1313
'colors', // private API
1414
'useColors', // private API
1515
'inspectOpts', // private API
16+
'module.exports',
1617
])
1718

1819
describe('conformance', () => {

0 commit comments

Comments
 (0)