Igor Savin
2f68d9425b
Migrate to oxlint and oxfmt v2 ( #2130 )
...
* Migrate to oxlint and oxfmt
* Address review comments
2026-03-10 17:27:44 +01:00
Igor Savin
d65683434d
Convert tests to vitest ( #2127 )
...
* Convert tests to vitest
* fix git tests
* Cleanup
* Convert ignore comments
* address code review comments
2026-03-02 21:33:52 +01:00
Jakob Linskeseder
f6ff3bf52b
Upgrade to ECMAScript 2020
...
This is needed in order to use `globalThis`, see #1894 .
It also made it possible to remove some old polyfills and fallbacks.
2022-10-29 21:49:15 +02:00
Jakob Linskeseder
9ed9418488
Replace Saucelabs with Playwright
...
Also reorganized npm scripts.
2021-12-29 21:35:16 +01:00
Nils Knappmeier
1f61f21250
chore: configure prettier and eslint
...
- add prettier to do formatting
- add eslint-config-prettier to
disable rules conflicting with prettier
- remove eslint from grunt workflow
- use lint-stage to lint and format
on precommit
- use eslint and prettier in travis directly
- remove rules that are already part of
the "recommended" ruleset
That rational is that eslint and prettier should be run in
Travis-CI, on commit and as IDE integration (highlighting
errors directlry). They don't need to be run along with
test-cases. Getting linting errors when running the tests
because of missing semicolons is just annoying, but doesn't
help the overall code-quality.
2019-12-02 22:40:05 +01:00
Nils Knappmeier
93516a0b07
test: add sinon.js for spies, deprecate current assertions
...
- the goal is to get overall cleaner test.
- chai and sinon are standard libraries for testing
assertions and spies. We should not use custom ones.
2019-11-15 16:38:28 +01:00
Nils Knappmeier
93e284ed9b
chore: add chai and dirty-chai for better test assertions
2019-11-15 16:38:28 +01:00
kpdecker
861d6f7b8d
Fix tests under IE
2015-09-23 21:59:58 -05:00
kpdecker
058c0fb6ba
Make JSON a requirement for the compiler.
...
Include the polyfill for testing under IE8 and below and document this.
2014-03-05 17:15:23 -06:00
jonahss
c86ac60876
updated grunt-saucelabs, failing tests revealed
2014-02-18 16:14:31 -08:00
kpdecker
607748af3b
Add better logging of test compile errors
2014-01-06 02:45:10 -06:00
kpdecker
7f53c917d9
Skip leak check under FF
2013-12-23 12:32:48 -06:00
kpdecker
015eba6687
Hide success messages when running in sauce
...
This should help debug the firefox issues that only occur when executing against sauce.
2013-12-23 11:57:11 -06:00
kpdecker
fe7bc0d4bd
Add sauce labs testing support
2013-12-23 02:32:46 -06:00