feat: upgraded to node v18, added .nvmrc and updated workflows (#151)

This commit is contained in:
Bilal Qamar
2023-05-24 12:56:20 +05:00
committed by GitHub
parent d44b123815
commit 8c29abd0c8
15 changed files with 5408 additions and 29829 deletions

View File

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