Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Improve test speed/source maps/output #179

Open
Goaman opened this issue May 20, 2020 · 2 comments
Open

Improve test speed/source maps/output #179

Goaman opened this issue May 20, 2020 · 2 comments

Comments

@Goaman
Copy link
Contributor

Goaman commented May 20, 2020

Speed

The tests take quite some times to compile.

Run in parallel

https://www.npmjs.com/package/karma-parallel

Sourcemap

In the "debug" tests: (i.e. npm run debug),

  • Sourcemap does not work properly
  • Sourcemap are slow to load in the chrome dev tool (chrome load all file from all sourcemap)
    • We might want to compile multiples js files with multiples sourcemap rather than one big file.

No output

For yet unknown reason, when using npm run test and changing a file, the tests compile but does not output the result.

@Goaman Goaman changed the title Improve test speed & source maps Improve test speed/source maps/output May 20, 2020
@Zynton
Copy link
Contributor

Zynton commented Jul 7, 2020

@Goaman Isn't this handled by #238 ?

@Goaman
Copy link
Contributor Author

Goaman commented Jul 7, 2020

We can still tries to make them faster and have better sourcemap for the npm run debug. So I would let this issue open.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants