fix eslint issues

This commit is contained in:
JFH
2020-07-14 12:56:33 +02:00
parent 01418b44f3
commit 09c786abe9
188 changed files with 179 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
There are some unit tests here: https://svg-edit.googlecode.com/svn/trunk/test/
All the tests can be run at once from [this page](https://svg-edit.googlecode.com/svn/trunk/test/all_tests.html).
To do
List all tests that need to be written
In particular, it seems that the existing tests are lower level tests. That's good, but we probably also need higher level "acceptance testing" kinds of tests.
It seems also we need to organize and document these tests a bit better, so that:
people don't end up writing a test that already exists
when people want to add a new test, they know where to add it
people know that those tests exist, and have access to easy tutorials on how to write them.
Related: * For Wikipedia, we have a round-trip testing suite: https://github.com/brion/svg-edit-test