registry tests new allowed properties

This commit is contained in:
guybedford
2015-09-14 22:18:14 +02:00
parent 961290240b
commit 948737c1d3
+4 -2
View File
@@ -21,9 +21,11 @@ var ALLOWED_PROPERTIES = [
'files',
'ignore',
'shim',
'jspmNodeConversion',
'browser'
'browser',
'meta',
'systemjs',
'defaultExtension'
];
/**