Samuel Linnett
Samuel Linnett
I'm getting the following error when importing into ES6 tests like this `import 'jsdom-global/register'`. ``` /node_modules/whatwg-url/lib/URL-impl.js:19 throw new TypeError("Invalid URL"); TypeError: Invalid URL ``` Do you know why this could...
Hey - awesome demo here. But unfortunately the tests are not working for me. I did the usual npm install & jspm install. Ran gulp tests and I got the...
I posted an issue on the SystemJS text plugin with regards to the plugin not working correctly in ES6. This is the ticket: "I've managed to get this plugin to...
I've got an issue where one of my custom aliases in my config.js file is returning 404 when running tests. In my config.js file, I reference a config file as...
Does this support namespaces? E.g. being able to set `@App` as an alias to a path: ``` {{ include('@App/Foo/bar.html.twig') }} ```