Skip to content

Commit

Permalink
shows problem doesn't require dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jul 2, 2017
1 parent 245739b commit 5ef2d0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/clone-within-dynamic-imports/test.js
@@ -1,5 +1,2 @@
var loader = require("@loader");


loader.import("steal/test/clone-within-dynamic-imports/first-test");
loader.import("steal/test/clone-within-dynamic-imports/second-test");
require("steal/test/clone-within-dynamic-imports/first-test");
require("steal/test/clone-within-dynamic-imports/second-test");

0 comments on commit 5ef2d0d

Please sign in to comment.