When looking at the Intern.io examples, I'm not following the path syntax.
For example:
define([
'intern!object',
'intern/chai!assert',
What's going on with the '!' character?
// Non-functional test suite(s) to run in each browser
suites: [ 'intern/node_modules/dojo/has!host-browser?tests/utils' ],
Can someone explain the path reference above for the suite path?
Thanks.