Skip to content

refactor!: inline files #286

refactor!: inline files

refactor!: inline files #286

Triggered via push January 6, 2025 20:07
Status Failure
Total duration 1m 20s
Artifacts

ci.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

198 errors and 10 warnings
test (os: ubuntu-latest, node: 18, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: ubuntu-latest, node: 18, vitest: 2.0.0)
Process completed with exit code 1.
test (os: macos-latest, node: 18, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: macos-latest, node: 18, vitest: 2.0.0)
Process completed with exit code 1.
test (os: ubuntu-latest, node: 20, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: ubuntu-latest, node: 20, vitest: 2.0.0)
Process completed with exit code 1.
test (os: ubuntu-latest, node: 22, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: ubuntu-latest, node: 22, vitest: 2.0.0)
Process completed with exit code 1.
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test (os: macos-latest, node: 20, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: macos-latest, node: 20, vitest: 2.0.0)
Process completed with exit code 1.
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test (os: macos-latest, node: 22, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: macos-latest, node: 22, vitest: 2.0.0)
Process completed with exit code 1.
test (os: windows-latest, node: 20, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: windows-latest, node: 20, vitest: 2.0.0)
Process completed with exit code 1.
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test (os: windows-latest, node: 18, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: windows-latest, node: 18, vitest: 2.0.0)
Process completed with exit code 1.
test (os: windows-latest, node: 22, vitest: 2.0.0): src/utils.ts#L1
Module '"vitest"' has no exported member 'RunnerTestCase'.
test (os: windows-latest, node: 22, vitest: 2.0.0)
Process completed with exit code 1.
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test/utils.test.ts > getDirNameFromTask > should return the correct directory name for a task using 'getCurrentTest': test/utils.test.ts#L30
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:30:21
test/utils.test.ts > getDirNameFromTask > should use 'unnamed' as the file name if the task does not have a file name: test/utils.test.ts#L44
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:44:21
test/utils.test.ts > getDirNameFromTask > should include suite name in the directory name: test/utils.test.ts#L58
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:58:21
test/utils.test.ts > getDirNameFromTask > should remove '.test.ts' from the file name: test/utils.test.ts#L71
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:71:21
test/utils.test.ts > getDirNameFromTask > should replace non-alphanumeric characters with '-': test/utils.test.ts#L84
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:84:21
test/utils.test.ts > getDirNameFromTask > should replace trailing hyphens with nothing: test/utils.test.ts#L97
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:97:21
test/utils.test.ts > getDirNameFromTask > should replace multiple hyphens with a single hyphen: test/utils.test.ts#L110
TypeError: getDirNameFromTask is not a function ❯ test/utils.test.ts:110:21
test/utils.test.ts > testdir > should create a test directory with the specified files: test/utils.test.ts#L128
TypeError: testdir is not a function ❯ test/utils.test.ts:128:27
test/utils.test.ts > testdir > should generate a directory name based on the provided dirname: test/utils.test.ts#L159
TypeError: testdir is not a function ❯ test/utils.test.ts:159:27
test (os: ubuntu-latest, node: 18, vitest: 2.0.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 20, vitest: 2.0.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 22, vitest: 2.0.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 20, vitest: beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 18, vitest: latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 22, vitest: beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 22, vitest: latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 18, vitest: beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (os: ubuntu-latest, node: 20, vitest: latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636