fisker Cheung
fisker Cheung
Snapshot for removed `test()`s not removed. I have to remove the .snap file and regenerate it.
It's really useless to show error like [this](https://github.com/nicolo-ribaudo/jest-light-runner/runs/6154504814?check_suite_focus=true#step:5:37) ```text SyntaxError: Unexpected token '(' at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18) at async link (internal/modules/esm/module_job.js:42:21) error Command failed with exit code 1. ``` I tried...
[`git-hooks-list`](https://www.npmjs.com/package/git-hooks-list) support all documented hooks, [`v2.0.0` include unreleased p4 submit hooks](https://github.com/fisker/git-hooks-list/pull/269) . Fixes #221
Leftover from #223
For this code `[1, '1', true, 'true']`, there is no way to distinguish number/boolean and string (expect use `[raw=]`, which is not safe). I can see two solutions: 1. Treat...
how about instead only html`...` ```js export const template = html`...` ``` maybe we can ```js export const template = html`...` export default { data() {}, // this might be...
I can't run test locally, but should be fixed.
This function should have name `'default'`, I was going to send PR, but somehow I can't make test pass, I tried to reinstall deps serval times, but no luck.