scratch-storage/test
Christopher Willis-Ford 2b28f27049 Add tests, fix problems found by those tests
Changes include:
- Use `bin-loader` instead of `arraybuffer-loader` since the latter is
  only compatible with browsers, not with Node itself.
- Use `got` instead of `xhr` since `xhr` only works in browsers and
  `got` is nicer anyway.
- Add `json-loader` to Webpack config since `got` requires it.
- Use lower-case values in `DataFormat` to match canonical file names.
- Update `ScratchStorage.addWebSource` to match `WebHelper`'s new API.
- Fix an error in the web helper which was causing an infinite loop on
  error.
2016-12-08 16:45:56 -08:00
..
integration Add tests, fix problems found by those tests 2016-12-08 16:45:56 -08:00
unit Add tests, fix problems found by those tests 2016-12-08 16:45:56 -08:00
.eslintrc.js Add tests, fix problems found by those tests 2016-12-08 16:45:56 -08:00