Skip to content

Commit

Permalink
test(packages/sui-js-compiler): remove clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Jan 22, 2024
1 parent 82d90d3 commit f142e81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/sui-js-compiler/test/server/jsCompilerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ describe('@s-ui/js-compiler', () => {
await fs.remove(tsConfigPath)
})

afterEach(async () => {
await fs.remove(libPath)
await fs.remove(tsConfigPath)
})

it('should compile a "src" folder with a JavaScript file and output it to "lib"', async () => {
const {stdout} = await exec('node ../../index.js', {
cwd
Expand Down

0 comments on commit f142e81

Please sign in to comment.