Skip to content

Commit 067d9d0

Browse files
committed
📝 Add minor comments
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent dfaf486 commit 067d9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎tests/analyze.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ test('Can detect errors with cause', () => {
4747
expect(filterModules(['es.error.cause'], ast)).toEqual(['es.error.cause'])
4848
})
4949

50+
// X-Fail as es.string classes are currently missing
5051
test.failing('Can detect all ES modules', () => {
5152
const ast = parseModule('')
5253
expect(

0 commit comments

Comments
 (0)