- Open
test.html
in a browser - Filter for something that doesn't exist in the tests, such as 'cat'
- See no exception thrown and curious results
npm install
npx qunit --filter='cat'
- Observe error as expected
- Open
test-2-16.html
in a browser - Filter for something that doesn't exist in the tests, such as 'cat'
- See exception thrown in console, though unfortunate lack of feedback in UI