Skip to content
Snippets Groups Projects
Unverified Commit 9084e6ce authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

Merge pull request #1965 from jonco3/master

Fix a couple of minor issues in dynamic-import tests
parents 1185b528 65731d7d
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2018 Leo Balter. All rights reserved. // Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
export default import('indirect-resolution-2_FIXTURE.js'); export default import('./indirect-resolution-2_FIXTURE.js');
...@@ -26,7 +26,7 @@ info: | ...@@ -26,7 +26,7 @@ info: |
5. Return namespace. 5. Return namespace.
---*/ ---*/
import('./default-property-not-set-own.js').then(ns => { import('./empty_FIXTURE.js').then(ns => {
assert.sameValue(Object.prototype.hasOwnProperty.call(ns, 'default'), false); assert.sameValue(Object.prototype.hasOwnProperty.call(ns, 'default'), false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment