Skip to content

Commit df7057a

Browse files
committed
remove comments
1 parent 340af48 commit df7057a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/basic.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@ describe('basic', () => {
197197
]
198198
},
199199
async () => {
200-
// no worky
201-
let tst = await wsrun('printthis', {
202-
WSRUN_REWRITE_PATHS: 'true' // no worky
203-
// WSRUN_NO_PREFIX: '1' // no worky
204-
})
200+
let tst = await wsrun('printthis', { WSRUN_REWRITE_PATHS: 'true' })
205201
expect(tst.output.toString()).toContain('app-x-frontend/src/index.ts')
206202
}
207203
)

0 commit comments

Comments
 (0)