chore: Another way to create enumerations #1295
Annotations
7 errors and 2 warnings
store/tests/course.spec.ts > course > initializes with a course:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:73:5
|
store/tests/course.spec.ts > course > navigates to the next statement:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:81:5
|
store/tests/course.spec.ts > course > resets statementIndex on doAgain:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:90:5
|
store/tests/course.spec.ts > course > checks if all statements are done:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:100:5
|
store/tests/course.spec.ts > course > the length of the word should be one:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:111:5
|
store/tests/course.spec.ts > course > the count of first course question should be two:
apps/client/store/course.ts#L88
TypeError: setupAutoSaveProgress is not a function
❯ Proxy.setup store/course.ts:88:26
❯ store/tests/course.spec.ts:118:5
|
test
Process completed with exit code 1.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|