UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

17 lines (14 loc) 266 B
define([ 'require', 'intern!object', 'intern/chai!assert' ], function (require, registerSuite, assert) { var global = this; registerSuite({ name: 'undef', 'test': function () { assert.ok(global.require.undef); assert.ok(require.undef); } }); });