websnacks/test
M. George Hansen cb9c4342de fix: dev cmd didn't watch files due to import mangling
Appearently the esModuleInterop flag in TypeScript is not compatible
with node-watch, and the import helper was mangling the import as a
result and causing an error in the dev command that resulted in files
not being watched.

This fixes that import issue and adds an e2e test to help prevent a
regression of this issue in the future.
2020-06-09 13:56:11 -07:00
..
e2e fix: dev cmd didn't watch files due to import mangling 2020-06-09 13:56:11 -07:00
lib test: show stack of thrown errors 2020-06-02 15:46:24 -07:00
test-suites feat: provide Fragment component 2020-06-04 11:25:34 -07:00
run-e2e.ts fix: dev cmd didn't watch files due to import mangling 2020-06-09 13:56:11 -07:00
run-tests.ts fix: dev cmd didn't watch files due to import mangling 2020-06-09 13:56:11 -07:00
tsconfig.json test: add testing framework 2020-05-30 11:41:23 -07:00