diff --git a/.github/workflows/monkey-ci.yml b/.github/workflows/monkey-ci.yml index 04897f545943..9364ff9c68cf 100644 --- a/.github/workflows/monkey-ci.yml +++ b/.github/workflows/monkey-ci.yml @@ -280,7 +280,7 @@ jobs: run: npm run lint-json-assets - name: Validate language assets - if: steps.filter.outputs.languages == 'true' + if: steps.filter.outputs.languages == 'true' || needs.pre-ci.outputs.should-build-pkg == 'true' run: npm run check-assets-languages - name: Validate quote assets @@ -288,7 +288,7 @@ jobs: run: npm run check-assets-quotes - name: Validate other assets - if: steps.filter.outputs.others == 'true' + if: steps.filter.outputs.others == 'true' || needs.pre-ci.outputs.should-build-pkg == 'true' run: npm run check-assets-others ci-pkg: diff --git a/frontend/__tests__/test/events/stats.spec.ts b/frontend/__tests__/test/events/stats.spec.ts index 9d32d300d484..b09bd8053068 100644 --- a/frontend/__tests__/test/events/stats.spec.ts +++ b/frontend/__tests__/test/events/stats.spec.ts @@ -5,8 +5,6 @@ vi.mock("../../../src/ts/test/test-stats", () => ({ })); vi.mock("../../../src/ts/test/test-state", () => ({ - bailedOut: false, - resultCalculating: false, koreanStatus: false, })); @@ -53,6 +51,8 @@ vi.mock("../../../src/ts/test/custom-text", () => ({ vi.mock("../../../src/ts/states/test", () => ({ getCurrentQuote: () => null, getActiveWordIndex: () => mockState.activeWordIndex, + isResultCalculating: () => false, + getBailedOut: () => false, })); import { diff --git a/frontend/src/html/pages/test.html b/frontend/src/html/pages/test.html index b2b1e1606fb0..69f5e412ebcc 100644 --- a/frontend/src/html/pages/test.html +++ b/frontend/src/html/pages/test.html @@ -20,17 +20,8 @@
Time left to memorise all words: 0s
-
-
- -
-
-
- - - - -
+ +