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.

15 lines (13 loc) 331 B
define([ 'intern!object', 'intern/chai!assert', '../../../query', '../../../_base/query' ], function (registerSuite, assert, query, baseQuery) { registerSuite({ name: 'dojo/_base/query', "delegates to dojo/query": function () { assert.equal(query, baseQuery); } }); });