websnacks/test
M. George Hansen 701f85baef
fix: dont require config file
Fixes a couple of issues with config files in websnacks projects.

First, config files are no longer required and the dev and build
commands will no longer error out if a websnacks.ts/js file doesn't
exist.

Second, all optional user config params are now actually optional -
before some parameters were assumed to exist and would error out if not
present (e.g. the "watch" parameter).

Finally, e2e tests were added to prevent regressions on these issues
and test helpers were extracted to a separate file.
2020-06-10 12:39:54 -07:00
..
e2e fix: dont require config file 2020-06-10 12:39:54 -07:00
helpers fix: dont require config file 2020-06-10 12:39:54 -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