interceptors icon indicating copy to clipboard operation
interceptors copied to clipboard

Uses "jest-setup-glob" to simplify testing

Open kettanaito opened this issue 3 years ago • 1 comments

With the addition of jest-setup-glob dependency we can remove the following commands:

  • yarn test:internal
  • yarn test:integration
  • yarn test:integration:node
  • yarn test:integration:browser

And use a single yarn test command that will use a proper environment setup based on the given test filename.

kettanaito avatar May 07 '21 16:05 kettanaito

Something is terribly wrong with this CI build: random dependencies start to fail as if not being installed.

kettanaito avatar May 12 '21 14:05 kettanaito

We're not using Jest anymore and it's fairly easy to do glob-based environment matching with Vitest.

kettanaito avatar Feb 27 '23 11:02 kettanaito