You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to start working towards integrating some common toolchain-things in jk itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.
We could:
embed jest in the standard library and call it from a jk test command
ship a default config (for instance .*.test.js
Allow overrides if the user wants something different, namely local config files take precedence over the embedded one.
The text was updated successfully, but these errors were encountered:
It'd be nice to start working towards integrating some common toolchain-things in
jk
itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.We could:
jest
in the standard library and call it from ajk test
command.*.test.js
The text was updated successfully, but these errors were encountered: