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) 257 B
define([ './dojo.intern' ], function (intern) { intern.tunnel = 'NullTunnel'; intern.tunnelOptions = { hostname: 'localhost', port: 4444 }; intern.environments = [ { browserName: 'firefox' }, { browserName: 'chrome' } ]; return intern; });