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:
Aaron Shafovaloff 2024-06-05 16:56:57 -06:00
parent acdf0185d9
commit 90871b1ca7
1 changed files with 2 additions and 2 deletions

View File

@ -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