Browse Source

Test all

semi-dynamic-namespace-imports
Bogdan Chadkin 8 years ago
parent
commit
5028da3a27
  1. 1
      test/function/double-named-export-from/_config.js

1
test/function/double-named-export-from/_config.js

@ -6,7 +6,6 @@ function normalize( file ) {
}
module.exports = {
solo: true,
description: 'throws on duplicate export * from',
warnings(warnings) {
assert.equal( warnings[0], `A module cannot have multiple exports with the same name ('foo')` +

Loading…
Cancel
Save