UNPKG

bd-load

Version:

A small and fast AMD loader for building modern applications on node.js and the browser.

16 lines (14 loc) 299 B
require.config({ packages: [ {name: "chai", location: "../chai", main: "chai"}, {name: "test", location: "../../test"} ] }); require("smoke").options.profile.push( "test/basic", "test/inject", "test/baseUrl", "test/toUrl", "test/contextRequire", "test/explicitDefine" );