colocate LearningMastery spec
Change-Id: I7f78cd0d2cac1ea7836cbc838541182d3ac74b24 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/349357 Reviewed-by: Kai Bjorkman <kbjorkman@instructure.com> Reviewed-by: Michael Hulse <michael.hulse@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Shafovaloff <ashafovaloff@instructure.com> Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
parent
acdf0185d9
commit
90871b1ca7
|
@ -17,11 +17,11 @@
|
|||
*/
|
||||
|
||||
import fakeENV from 'helpers/fakeENV'
|
||||
import LearningMastery from 'ui/features/learning_mastery/react/LearningMastery'
|
||||
import LearningMastery from '../LearningMastery'
|
||||
import FakeServer, {
|
||||
formBodyFromRequest,
|
||||
} from '@canvas/network/NaiveRequestDispatch/__tests__/FakeServer'
|
||||
import ContentFilterDriver from '../gradebook/default_gradebook/components/content-filters/ContentFilterDriver'
|
||||
import ContentFilterDriver from '../../../../../spec/javascripts/jsx/gradebook/default_gradebook/components/content-filters/ContentFilterDriver'
|
||||
|
||||
QUnit.module('Learning Mastery > LearningMastery', suiteHooks => {
|
||||
let $container
|
Loading…
Reference in New Issue