Skip to content

Commit

Permalink
Several includes (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 5, 2017
1 parent 5447f4b commit 7ecb3ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/require/folder/all.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*eslint strict: [2, "function"]*/
gpf.require({
amd: "../amd.js",
data: "../data.json",
gpf: "../gpf.js",
commonjs: "../common.js"

}, function (require) {
"use strict";

return Object.assign({
type: "all"
}, require);
});

0 comments on commit 7ecb3ea

Please sign in to comment.