Extract a new webpack-based suite of cms javascript tests

This commit is contained in:
Calen Pennington
2018-04-25 22:11:58 -04:00
parent 28166f037c
commit 61855b2b30
29 changed files with 5467 additions and 5335 deletions

View File

@@ -309,6 +309,7 @@ define(['sinon', 'js/utils/drag_and_drop', 'common/js/components/views/feedback_
});
afterEach(function() {
this.clock.restore();
jasmine.stealth.clearSpies();
});
it('should send an update on reorder from one parent to another', function() {
var requests, request, savingOptions;