Commit c219be5e by Jesse Zoldak

Remove unused references to AjaxHelpers

parent c25e37ea
define( define(
[ [
'jquery', 'underscore', 'common/js/spec_helpers/ajax_helpers', 'squire' 'jquery', 'underscore', 'squire'
], ],
function ($, _, AjaxHelpers, Squire) { function ($, _, Squire) {
'use strict'; 'use strict';
describe('FileUploader', function () { describe('FileUploader', function () {
var FileUploaderTemplate = readFixtures( var FileUploaderTemplate = readFixtures(
......
define( define(
[ [
'jquery', 'underscore', 'common/js/spec_helpers/ajax_helpers', 'squire' 'jquery', 'underscore', 'squire'
], ],
function ($, _, AjaxHelpers, Squire) { function ($, _, Squire) {
'use strict'; 'use strict';
// TODO: fix BLD-1100 Disabled due to intermittent failure on master and in PR builds // TODO: fix BLD-1100 Disabled due to intermittent failure on master and in PR builds
xdescribe('VideoTranslations', function () { xdescribe('VideoTranslations', function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment