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

Improve test speed/source maps/output #179

@Goaman

Description

@Goaman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions