[functional testing] Use CommonJS style syntax in test

This commit is contained in:
Jonathan Budzenski 2015-09-17 15:29:24 -05:00
parent 15f6275bd3
commit 4ae294937d

View file

@ -1,7 +1,7 @@
define([
'intern!object',
'intern/dojo/node!expect.js'
], function (registerSuite, expect) {
define(function (require) {
var registerSuite = require('intern!object');
var expect = require('intern/dojo/node!expect.js');
registerSuite(function () {
var url = 'http://localhost:5620/apps';
return {