Closed justinfagnani closed 1 year ago
Changelog
FYI, by running the tests through wireit, it now prevents them from running in watch mode with npm run test -- --watch
because the terminal isn't a TTY any more.
As a workaround, running the tests directly with npx wtr --watch
works.
This is the minimal change to use Wireit to run the existing Gulp build script, but get builds to run as a dependency of tests. Next I would like to replace Gulp with Wireit and add TypeScript.
I'm doing this as part of https://github.com/webcomponents/polyfills/issues/419 working towards fixing some other issues.