Nico Rehwaldt
|
0ba239bbce
|
chore(project): switch to eslint
Use eslint instead of jshint for linting.
* better linting results
* test files linted, too
* consistent code style checks
Closes #568
|
2016-06-07 09:55:32 +02:00 |
Nico Rehwaldt
|
e00197d67a
|
chore(tests): migrate to (.not).exist matcher
Migrate parts of our test suite that rely on legacy
`.to.be.(un)defined` matchers to Chai's `.to(.not).exist`.
Closes #423
Closes #422
|
2015-12-03 13:08:56 +01:00 |
pedesen
|
c3e4ad3e40
|
test(project): replace jasmine with mocha
Closes #204
|
2015-07-15 17:42:37 +02:00 |
Nico Rehwaldt
|
e6885eaebc
|
test(project): replace brfs with stringify
This _could_ fix the various bundle building issues we are seeing on
travis-ci and locally.
Closes #234
|
2015-03-31 14:22:53 +02:00 |
Nico Rehwaldt
|
5735a8bc3a
|
feat(library): add navigated viewer
This adds an additional viewer variant that contains canvas navigation
features.
Related to #169
|
2015-01-10 12:04:26 +01:00 |