mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
source maps error test
This commit is contained in:
parent
dc051c45bd
commit
a47af63986
@ -22,6 +22,11 @@ function err(e) {
|
||||
var ie8 = typeof navigator != 'undefined' && navigator.appVersion && navigator.appVersion.indexOf('MSIE 8') != -1;
|
||||
|
||||
asyncTest('Error handling', function() {
|
||||
System.config({
|
||||
meta: {
|
||||
'tests/error.js': { format: 'esm' }
|
||||
}
|
||||
});
|
||||
System['import']('tests/error-loader.js').then(err, function(e) {
|
||||
ok(true);
|
||||
start();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user