Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 11, 2024
1 parent 84f633c commit c143fe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ describe("scalaJSPlugin", () => {
await plugin.configResolved.call(undefined, { mode: MODE_DEVELOPMENT });
await plugin.buildStart.call(fakePluginContext, {});

const result = normalizeSlashes(await plugin.resolveId.call(fakePluginContext, 'customsjs:main.js'))

console.log(result);

expect(result)
expect(normalizeSlashes(await plugin.resolveId.call(fakePluginContext, 'customsjs:main.js')))
.toContain('/testproject/target/scala-3.3.3/testproject-fastopt/main.js');

expect(await plugin.resolveId.call(fakePluginContext, 'scalajs:main.js'))
Expand Down

0 comments on commit c143fe6

Please sign in to comment.