mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[functional testing] Use CommonJS style syntax in test
This commit is contained in:
parent
15f6275bd3
commit
4ae294937d
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue