8000 Simplify unit test environment · Issue #1111 · immutable-js/immutable-js · GitHub
[go: up one dir, main page]

Skip to content
Simplify unit test environment #1111
Closed
Closed
@avocadowastaken

Description

@avocadowastaken
  1. Currently unit tests written partially in typescript and partially in javascript, personally - it's confusing. Is there any reason why it's like that?
  2. Unit tests runs on built version only - before each test we have to run build. It's really hard to test first. I understand why it's done like this, but since we're using stable tools (Rollup+Bublé) we can use source files to test?
  3. Test tools still outdated. I'm using WebStorm, but it does not support jest so I tried to use Visual Studio Code with jest extension and it gave me "This extension relies on Jest 18+ features, it will work, but the highlighting may not work correctly." error.

I stated working on #742 to make life easier for new contributors. (As for myself #806 (comment)).

But now I'm struggling with testing my code.


Current status:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0