Skip to content

Commit cf1d967

Browse files
committed
test: mark as fails
1 parent 8a911db commit cf1d967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ test('get File', async () => {
133133
await transform(source, 'foo.js', options)
134134
})
135135

136-
test.skip('overwrite part', async () => {
136+
test.fails('overwrite part', async () => {
137137
const source = `const str = fn(foo + bar)`
138138
const options: Pick<OptionsResolved, 'parserOptions' | 'transformer'> = {
139139
transformer: [RemoveWrapperFunction('fn'), changeVarName],

0 commit comments

Comments
 (0)