Commit c219be5e by Jesse Zoldak

Remove unused references to AjaxHelpers

parent c25e37ea
define(
[
'jquery', 'underscore', 'common/js/spec_helpers/ajax_helpers', 'squire'
'jquery', 'underscore', 'squire'
],
function ($, _, AjaxHelpers, Squire) {
function ($, _, Squire) {
'use strict';
describe('FileUploader', function () {
var FileUploaderTemplate = readFixtures(
......
define(
[
'jquery', 'underscore', 'common/js/spec_helpers/ajax_helpers', 'squire'
'jquery', 'underscore', 'squire'
],
function ($, _, AjaxHelpers, Squire) {
function ($, _, Squire) {
'use strict';
// TODO: fix BLD-1100 Disabled due to intermittent failure on master and in PR builds
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