6 Commits

Author SHA1 Message Date
79b9cd734b Use a separate docker nginx image to serve test files
This obviates the need to start/stop a web-server for each package test and paves the way to something we'll need later.
2018-07-25 03:51:59 -05:00
3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00
62bfa12550 Allow the DEBUG envvar to specify if tests opens the browser 2018-07-18 05:12:48 -05:00
10dd03a48c Give tests the ability to inject non-module scripts into the test page 2018-06-30 14:09:19 -05:00
5e76d7a1be Runtests looks better without the "retrying" message. 2018-06-01 03:31:08 -05:00
e8764c3072 Remove ES5 compilation for libraries. Remove Node-based Jasmine tests. Tests run in Chromium headless mode.
(I got tired of Babel breaking every time I switched computers.)
2018-03-28 14:18:17 -05:00