Just been playing around with this, and it seems great. I was just thinking if I want to write my tests themselves as modules loaded through SystemJS, then it can be useful to have configuration to set the tests up as imports themselves, something like:
systemjs: {
import: ['test/main.js']
}
Where it then automatically imports those files in the browser through SystemJS.
Just been playing around with this, and it seems great. I was just thinking if I want to write my tests themselves as modules loaded through SystemJS, then it can be useful to have configuration to set the tests up as imports themselves, something like:
Where it then automatically imports those files in the browser through SystemJS.