feat: upgraded to node v18, added .nvmrc and updated workflows (#151)
This commit is contained in:
@@ -61,8 +61,6 @@ const entitlementData = {
|
||||
uuid,
|
||||
};
|
||||
|
||||
const { formatMessage } = useIntl();
|
||||
|
||||
const testValue = 'test-value';
|
||||
|
||||
const courseId = 'test-course-id';
|
||||
@@ -125,6 +123,7 @@ describe('SelectSessionModal hooks', () => {
|
||||
});
|
||||
|
||||
describe('output', () => {
|
||||
const { formatMessage } = useIntl();
|
||||
describe('selectedSession', () => {
|
||||
it('defaults to current courseId if enrolled', () => {
|
||||
expect(out.selectedSession).toEqual(courseId);
|
||||
|
||||
Reference in New Issue
Block a user