Skip to content

Instantly share code, notes, and snippets.

@bhvngt
Last active January 22, 2026 02:54
Show Gist options
  • Select an option

  • Save bhvngt/01ad27bc2d9cb844debddbd9cb3944ef to your computer and use it in GitHub Desktop.

Select an option

Save bhvngt/01ad27bc2d9cb844debddbd9cb3944ef to your computer and use it in GitHub Desktop.
#3600: wallabby v1.0.1969 diagnostic report
{
editorVersion: 'IntelliJ IDEA 2025.3.1.1',
pluginVersion: '1.0.343',
editorType: 'IntelliJ',
osVersion: 'darwin 25.2.0',
nodeVersion: 'v24.11.1',
coreVersion: { version: '1.0.1969', pinned: undefined },
pnp: '<not set>',
pnpEsm: '<not set>',
checksum: 'YWNiZWMzZjU1YjYyMDFhMzY2ZGFmNTQ1MjhmNWU0MDUsMTc5NTgyNDAwMDAwMCww',
config: {
exclude: [ '**/__recordings__/**/*', 'node_modules/**' ],
tests: [ { pattern: '**/*.test.ts', ignore: false, trigger: true, load: true, test: true, order: 2 } ],
trace: true,
env: {
params: {},
type: 'node',
kind: 'vitest',
runner: '<homeDir>/Library/Application Support/fnm/node-versions/v24.11.1/installation/bin/node',
runnerReason: 'custom',
runnerReasonSource: '',
viewportSize: { width: 800, height: 600 },
options: { width: 800, height: 600 },
bundle: true
},
diagnostics: {
vitest: {
file: {
config: 'import { playwright } from "@vitest/browser-playwright";\n' +
'import { defineConfig } from "vitest/config";\n' +
'\n' +
'export default defineConfig({\n' +
' root: import.meta.dirname,\n' +
' test: {\n' +
' projects: [\n' +
' {\n' +
' test: {\n' +
' name: "browser",\n' +
' include: ["**/!(*.node).{test,spec}.?(c|m)[jt]s"],\n' +
' browser: {\n' +
' headless: true,\n' +
' enabled: true,\n' +
' screenshotDirectory: "./logs/__screenshots__/",\n' +
' provider: playwright(),\n' +
' instances: [{ browser: "chromium" }],\n' +
' },\n' +
' },\n' +
' },\n' +
' {\n' +
' test: {\n' +
' name: "node",\n' +
' environment: "node",\n' +
' include: ["**/*.node.{test,spec}.?(c|m)[jt]s"],\n' +
' },\n' +
' },\n' +
' ],\n' +
' },\n' +
'});\n'
},
config: {
config: {
allowOnly: true,
isolate: true,
globals: false,
environment: 'node',
clearMocks: false,
restoreMocks: false,
mockReset: false,
unstubGlobals: false,
unstubEnvs: false,
include: [ '**/*.{test,spec}.?(c|m)[jt]s?(x)' ],
exclude: [ '**/node_modules/**', '**/.git/**' ],
teardownTimeout: 10000,
forceRerunTriggers: [ '**/package.json/**', '**/{vitest,vite}.config.*/**' ],
update: false,
reporters: [ [ 'default', {} ] ],
silent: false,
hideSkippedTests: false,
api: { middlewareMode: true, token: 'f24f1d8a-f3a0-4be0-a6de-9df66c5859aa' },
ui: false,
uiBase: '/__vitest__/',
open: true,
css: { include: [], modules: { classNameStrategy: 'stable' } },
coverage: {
provider: 'v8',
enabled: false,
clean: true,
cleanOnRerun: true,
reportsDirectory: './coverage',
exclude: [
'**/*.{test,spec}.?(c|m)[jt]s?(x)',
'<rootDir>/vitest.config.ts',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/!(*.node).{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/*.node.{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**'
],
reportOnFailure: false,
reporter: [ [ 'text', {} ], [ 'html', {} ], [ 'clover', {} ], [ 'json', {} ] ],
allowExternal: false,
excludeAfterRemap: false,
processingConcurrency: 10
},
fakeTimers: { loopLimit: 10000, shouldClearNativeTimers: true },
maxConcurrency: 5,
dangerouslyIgnoreUnhandledErrors: false,
typecheck: { checker: 'tsc', include: [ '**/*.{test,spec}-d.?(c|m)[jt]s?(x)' ], exclude: [ '**/node_modules/**', '**/.git/**' ], enabled: false },
slowTestThreshold: 300,
disableConsoleIntercept: false,
projects: [
{
test: {
name: 'browser',
include: [ '**/!(*.node).{test,spec}.?(c|m)[jt]s' ],
browser: {
headless: true,
enabled: true,
screenshotDirectory: './logs/__screenshots__/',
provider: { name: 'playwright', supportedBrowser: [ 'firefox', 'webkit', 'chromium' ], options: {} },
instances: [ { browser: 'chromium', name: 'browser (chromium)' } ]
}
}
},
{ test: { name: 'node', environment: 'node', include: [ '**/*.node.{test,spec}.?(c|m)[jt]s' ] } }
],
deps: {
moduleDirectories: [ '/node_modules/' ],
optimizer: { ssr: { enabled: false }, client: { enabled: false } },
web: { transformAssets: true, transformCss: true, transformGlobPattern: [] }
},
server: { deps: {} },
config: '<rootDir>/vitest.config.ts',
defines: {},
viteDefine: {},
root: '<rootDir>',
mode: 'test',
pool: 'forks',
project: [],
provide: {},
name: '',
inspector: { enabled: false, waitForDebugger: false },
clearScreen: true,
browser: {
enabled: false,
headless: false,
isolate: true,
fileParallelism: true,
ui: true,
commands: {},
viewport: { width: 414, height: 896 },
locators: { testIdAttribute: 'data-testid' },
screenshotFailures: false,
api: { port: 63315 },
trace: { mode: 'off' }
},
expect: {},
setupFiles: [],
globalSetup: [],
attachmentsDir: '<rootDir>/.vitest-attachments',
snapshotOptions: { expand: false, snapshotFormat: {}, updateSnapshot: 'new', snapshotEnvironment: null },
snapshotSerializers: [],
execArgv: [],
cache: { dir: '<rootDir>/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709' },
sequence: { groupOrder: 0, hooks: 'stack' },
testTimeout: 5000,
hookTimeout: 10000,
experimental: {}
},
projects: [
{
config: {
allowOnly: true,
isolate: true,
globals: false,
environment: 'node',
clearMocks: false,
restoreMocks: false,
mockReset: false,
unstubGlobals: false,
unstubEnvs: false,
include: [ '**/*.node.{test,spec}.?(c|m)[jt]s' ],
exclude: [ '**/node_modules/**', '**/.git/**' ],
teardownTimeout: 10000,
forceRerunTriggers: [ '**/package.json/**', '**/{vitest,vite}.config.*/**' ],
update: false,
reporters: [ [ 'default', {} ] ],
silent: false,
hideSkippedTests: false,
api: { middlewareMode: true, token: 'f24f1d8a-f3a0-4be0-a6de-9df66c5859aa' },
ui: false,
uiBase: '/__vitest__/',
open: true,
css: { include: [], modules: { classNameStrategy: 'stable' } },
coverage: {
provider: 'v8',
enabled: false,
clean: true,
cleanOnRerun: true,
reportsDirectory: './coverage',
exclude: [
'**/*.{test,spec}.?(c|m)[jt]s?(x)',
'<rootDir>/vitest.config.ts',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/!(*.node).{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/*.node.{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**'
],
reportOnFailure: false,
reporter: [ [ 'text', {} ], [ 'html', {} ], [ 'clover', {} ], [ 'json', {} ] ],
allowExternal: false,
excludeAfterRemap: false,
processingConcurrency: 10
},
fakeTimers: { loopLimit: 10000, shouldClearNativeTimers: true },
maxConcurrency: 5,
dangerouslyIgnoreUnhandledErrors: false,
typecheck: { checker: 'tsc', include: [ '**/*.{test,spec}-d.?(c|m)[jt]s?(x)' ], exclude: [ '**/node_modules/**', '**/.git/**' ], enabled: false },
slowTestThreshold: 300,
disableConsoleIntercept: false,
name: 'node',
defines: {},
viteDefine: {},
experimental: {},
deps: {
moduleDirectories: [ '/node_modules/' ],
optimizer: { ssr: { enabled: false }, client: { enabled: false } },
web: { transformAssets: true, transformCss: true, transformGlobPattern: [] }
},
server: { deps: {} },
root: '<rootDir>',
mode: 'test',
pool: 'forks',
project: [],
provide: {},
inspector: { enabled: false, waitForDebugger: false },
clearScreen: true,
browser: {
enabled: false,
headless: false,
isolate: true,
fileParallelism: true,
ui: true,
commands: {},
viewport: { width: 414, height: 896 },
locators: { testIdAttribute: 'data-testid' },
screenshotFailures: false,
api: { port: 63315 },
trace: { mode: 'off' }
},
expect: {},
setupFiles: [],
globalSetup: [],
attachmentsDir: '<rootDir>/.vitest-attachments',
snapshotOptions: { expand: false, snapshotFormat: {}, updateSnapshot: 'new', snapshotEnvironment: null },
snapshotSerializers: [],
execArgv: [],
cache: { dir: '<rootDir>/node_modules/.vite/vitest/f8e966d1e207d02c44511a58dccff2f5429e9a3b' },
sequence: { groupOrder: 0, hooks: 'stack' },
testTimeout: 5000,
hookTimeout: 10000
}
},
{
config: {
allowOnly: true,
isolate: true,
globals: false,
environment: 'node',
clearMocks: false,
restoreMocks: false,
mockReset: false,
unstubGlobals: false,
unstubEnvs: false,
include: [ '**/!(*.node).{test,spec}.?(c|m)[jt]s' ],
exclude: [ '**/node_modules/**', '**/.git/**' ],
teardownTimeout: 10000,
forceRerunTriggers: [ '**/package.json/**', '**/{vitest,vite}.config.*/**' ],
update: false,
reporters: [ [ 'default', {} ] ],
silent: false,
hideSkippedTests: false,
api: { middlewareMode: true, token: 'f24f1d8a-f3a0-4be0-a6de-9df66c5859aa' },
ui: false,
uiBase: '/__vitest__/',
open: true,
css: { include: [], modules: { classNameStrategy: 'stable' } },
coverage: {
provider: 'v8',
enabled: false,
clean: true,
cleanOnRerun: true,
reportsDirectory: './coverage',
exclude: [
'**/*.{test,spec}.?(c|m)[jt]s?(x)',
'<rootDir>/vitest.config.ts',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/!(*.node).{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**',
'**/*.node.{test,spec}.?(c|m)[jt]s',
'vitest.config.ts',
'vitest.config.mts',
'vitest.config.cts',
'vitest.config.js',
'vitest.config.mjs',
'vitest.config.cjs',
'vite.config.ts',
'vite.config.mts',
'vite.config.cts',
'vite.config.js',
'vite.config.mjs',
'vite.config.cjs',
'**/virtual:*',
'**/__x00__*',
'**/node_modules/**'
],
reportOnFailure: false,
reporter: [ [ 'text', {} ], [ 'html', {} ], [ 'clover', {} ], [ 'json', {} ] ],
allowExternal: false,
excludeAfterRemap: false,
processingConcurrency: 10
},
fakeTimers: { loopLimit: 10000, shouldClearNativeTimers: true },
maxConcurrency: 5,
dangerouslyIgnoreUnhandledErrors: false,
typecheck: { checker: 'tsc', include: [ '**/*.{test,spec}-d.?(c|m)[jt]s?(x)' ], exclude: [ '**/node_modules/**', '**/.git/**' ], enabled: false },
slowTestThreshold: 300,
disableConsoleIntercept: false,
name: 'browser (chromium)',
browser: {
headless: true,
enabled: true,
screenshotDirectory: '<rootDir>/logs/__screenshots__',
provider: { name: 'playwright', supportedBrowser: [ 'firefox', 'webkit', 'chromium' ], options: {} },
instances: [],
isolate: true,
fileParallelism: true,
ui: false,
commands: {},
viewport: { width: 414, height: 896 },
locators: { testIdAttribute: 'data-testid' },
screenshotFailures: true,
api: { middlewareMode: true },
trace: { mode: 'off' },
name: 'chromium'
},
defines: {},
viteDefine: {},
experimental: {},
deps: {
moduleDirectories: [ '/node_modules/' ],
optimizer: { ssr: { enabled: false }, client: { enabled: false } },
web: { transformAssets: true, transformCss: true, transformGlobPattern: [] }
},
server: { deps: {} },
root: '<rootDir>',
mode: 'test',
pool: 'forks',
project: [],
provide: {},
inspector: { enabled: false, waitForDebugger: false },
clearScreen: true,
expect: {},
setupFiles: [],
globalSetup: [],
attachmentsDir: '<rootDir>/.vitest-attachments',
snapshotOptions: { expand: false, snapshotFormat: {}, updateSnapshot: 'new', snapshotEnvironment: null },
snapshotSerializers: [],
execArgv: [],
cache: { dir: '<rootDir>/node_modules/.vite/vitest/ef98362b8a6b0c8cd804b0d227aa1ffeaba89786' },
sequence: { groupOrder: 0, hooks: 'stack' },
testTimeout: 15000,
hookTimeout: 30000
}
}
],
package: {
version: '4.0.17',
urls: { hooks: 'file://<homeDir>/Library/Caches/JetBrains/IntelliJIdea2025.3/wallaby/wallabyd72dp4/runners/node/hooks.mjs' },
paths: {
root: '<rootDir>/node_modules/.bun/[email protected]+0381190bf2379835/node_modules/vitest',
dist: '<rootDir>/node_modules/.bun/[email protected]+0381190bf2379835/node_modules/vitest/dist'
}
}
}
}
},
testFramework: 'vitest',
preserveComments: false,
extractComments: false,
files: [
{ pattern: '**/*.{test,spec}.?(c|m)[jt]s?(x)', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/*.node.{test,spec}.?(c|m)[jt]s', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/!(*.node).{test,spec}.?(c|m)[jt]s', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/node_modules/**', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/dist/**', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/cypress/**', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/.{idea,git,cache,output,temp,worktrees}/**', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/.git/**', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/*.timestamp-*', ignore: true, trigger: true, load: true, file: true },
{ pattern: '**/*.*', ignore: false, trigger: true, load: true, order: 1 }
],
workers: { initial: 0, regular: 0, recycle: false },
dot: true,
captureConsoleLog: true,
filesWithNoCoverageCalculated: [],
runAllTestsInAffectedTestFile: false,
updateNoMoreThanOneSnapshotPerTestFileRun: false,
compilers: {},
smartStart: [ { test: true, source: false, pattern: '**/*', startMode: 'open' }, { test: false, source: true, pattern: '**/*', startMode: 'edit' } ],
logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 8192 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } },
preprocessors: {},
maxConsoleMessagesPerTest: 500,
maxTraceSteps: 999999,
maxTraceStepsForWatchExpressionPrefetch: 10,
autoConsoleLog: true,
delays: { run: 0, edit: 100, update: 0 },
teardown: undefined,
hints: {
ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore|c8 ignore/',
ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
commentAutoLog: '?',
testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
},
automaticTestFileSelection: true,
runSelectedTestsOnly: true,
mapConsoleMessagesStackTrace: false,
extensions: {},
reportUnhandledPromises: true,
slowTestThreshold: 75,
lowCoverageThreshold: 80,
runAllTestsWhenNoAffectedTests: false,
symlinkNodeModules: true,
allowedToStreamResults: true,
allowedToCacheResults: true,
configCode: 'export default () => ({\n autoDetect: ["vitest"],\n exclude: ["**/__recordings__/**/*", "node_modules/**"],\n tests: ["**/*.test.ts"],\n trace: true,\n env: {\n params: {},\n },\n});\n',
testLocations: [ 'libs/services/tests/services.test.ts', 'libs/core/tests/core.test.ts', 'libs/core/tests/core.node.test.ts' ],
_internalIntegrationVersion: '0.14.0'
},
packageJSON: {
dependencies: { '@effect/vitest': '^0.27.0' },
devDependencies: {
'@socketsecurity/bun-security-scanner': '^1.1.2',
'@types/bun': 'latest',
'@vitest/browser': '^4.0.17',
'@vitest/browser-playwright': '^4.0.17',
'@vitest/runner': '^4.0.17',
'@vitest/snapshot': '^4.0.17',
'jest-extended': '^7.0.0',
playwright: '^1.57.0',
vitest: '^4.0.17'
}
},
fs: { numberOfFiles: 45 },
debug: [
'2026-01-22T02:49:04.843Z project waiting for initial run signal\n',
'2026-01-22T02:49:04.848Z model Initialization Completed: 147ms\n',
'2026-01-22T02:49:04.898Z config Attempting automatic configuration for vitest\n',
'2026-01-22T02:49:04.899Z vitest/config Detecting Vitest.\n',
'2026-01-22T02:49:04.900Z vitest/config Detected Vitest (4.0.17).\n',
'2026-01-22T02:49:04.902Z extended-core Setting preferences\n',
'2026-01-22T02:49:04.905Z ui.service Starting UI service on port: 55000\n',
'2026-01-22T02:49:04.906Z ui.service UI service started on port: 55000\n',
"2026-01-22T02:49:05.126Z websocket client connected: ui { address: '::', family: 'IPv6', port: 55000 }\n",
'2026-01-22T02:49:05.140Z websocket received message ui.trackStatus\n',
'2026-01-22T02:49:05.140Z websocket received method call: trackStatus\n',
'2026-01-22T02:49:05.141Z websocket received message ui.trackTestRun\n',
'2026-01-22T02:49:05.141Z websocket received method call: trackTestRun\n',
'2026-01-22T02:49:05.141Z websocket received message ui.trackStartupEvents\n',
'2026-01-22T02:49:05.141Z websocket received method call: trackStartupEvents\n',
'2026-01-22T02:49:05.141Z websocket received message ui.trackStats\n',
'2026-01-22T02:49:05.141Z websocket received method call: trackStats\n',
'2026-01-22T02:49:05.141Z websocket received message ui.trackStatus\n',
'2026-01-22T02:49:05.141Z websocket received method call: trackStatus\n',
'2026-01-22T02:49:05.141Z websocket received message ui.handshake\n',
'2026-01-22T02:49:05.141Z websocket received method call: handshake\n',
'2026-01-22T02:49:05.142Z websocket received message ui.trackEditorCursor\n',
'2026-01-22T02:49:05.142Z websocket received method call: trackEditorCursor\n',
'2026-01-22T02:49:05.142Z websocket received message ui.trackProjectConfig\n',
'2026-01-22T02:49:05.142Z websocket received method call: trackProjectConfig\n',
'2026-01-22T02:49:05.142Z websocket received message ui.trackStatus\n',
'2026-01-22T02:49:05.142Z websocket received method call: trackStatus\n',
'2026-01-22T02:49:05.221Z vitest/config Configured Vitest.\n',
'2026-01-22T02:49:05.221Z config Finished attempting automatic configuration for vitest (323ms)\n',
'2026-01-22T02:49:05.221Z config Using node.js runner specified via editor settings: <homeDir>/Library/Application Support/fnm/node-versions/v24.11.1/installation/bin/node\n',
'2026-01-22T02:49:05.222Z project Wallaby Node version: v24.11.1\n',
'2026-01-22T02:49:05.222Z project Wallaby config: <rootDir>/wallaby.js\n',
'2026-01-22T02:49:05.235Z fs File system starting\n',
'2026-01-22T02:49:05.242Z fs File added: .env\n',
'2026-01-22T02:49:05.242Z fs File added: .envrc\n',
'2026-01-22T02:49:05.242Z fs File added: .gitignore\n',
'2026-01-22T02:49:05.243Z fs File added: README.md\n',
'2026-01-22T02:49:05.243Z fs File added: bun.lock\n',
'2026-01-22T02:49:05.243Z fs File added: bunfig.toml\n',
'2026-01-22T02:49:05.243Z fs File added: package.json\n',
'2026-01-22T02:49:05.244Z fs File added: tsconfig.json\n',
'2026-01-22T02:49:05.244Z fs File added: wallaby.js\n',
'2026-01-22T02:49:05.244Z fs File added: tests/shared/.gitignore\n',
'2026-01-22T02:49:05.244Z fs File added: tests/shared/package.json\n',
'2026-01-22T02:49:05.300Z fs File added: node_modules/@socketsecurity/bun-security-scanner/test/live.test.ts\n',
'2026-01-22T02:49:05.300Z fs File added: node_modules/@socketsecurity/bun-security-scanner/test/scanner-factory.test.ts\n',
'2026-01-22T02:49:05.300Z fs File added: node_modules/@socketsecurity/bun-security-scanner/test/modes/authenticated.test.ts\n',
'2026-01-22T02:49:05.300Z fs File added: node_modules/@socketsecurity/bun-security-scanner/test/modes/unauthenticated.test.ts\n',
'2026-01-22T02:49:05.307Z fs File added: node_modules/.old_modules-52c2f3156b7cfbd9/@socketsecurity/bun-security-scanner/test/live.test.ts\n',
'2026-01-22T02:49:05.307Z fs File added: node_modules/.old_modules-52c2f3156b7cfbd9/@socketsecurity/bun-security-scanner/test/scanner-factory.test.ts\n',
'2026-01-22T02:49:05.308Z fs File added: node_modules/.old_modules-52c2f3156b7cfbd9/@socketsecurity/bun-security-scanner/test/modes/authenticated.test.ts\n',
'2026-01-22T02:49:05.308Z fs File added: node_modules/.old_modules-52c2f3156b7cfbd9/@socketsecurity/bun-security-scanner/test/modes/unauthenticated.test.ts\n',
'2026-01-22T02:49:05.889Z fs File added: node_modules/.bun/node_modules/@socketsecurity/bun-security-scanner/test/live.test.ts\n',
'2026-01-22T02:49:05.889Z fs File added: node_modules/.bun/node_modules/@socketsecurity/bun-security-scanner/test/scanner-factory.test.ts\n',
'2026-01-22T02:49:05.890Z fs File added: node_modules/.bun/node_modules/@socketsecurity/bun-security-scanner/test/modes/authenticated.test.ts\n',
'2026-01-22T02:49:05.890Z fs File added: node_modules/.bun/node_modules/@socketsecurity/bun-security-scanner/test/modes/unauthenticated.test.ts\n',
'2026-01-22T02:49:06.129Z websocket received message ui.updateAppSettings\n',
'2026-01-22T02:49:06.129Z websocket received method call: updateAppSettings\n',
'2026-01-22T02:49:06.451Z fs File added: node_modules/.bun/@[email protected]/node_modules/@socketsecurity/bun-security-scanner/test/live.test.ts\n',
'2026-01-22T02:49:06.451Z fs File added: node_modules/.bun/@[email protected]/node_modules/@socketsecurity/bun-security-scanner/test/scanner-factory.test.ts\n',
'2026-01-22T02:49:06.451Z fs File added: node_modules/.bun/@[email protected]/node_modules/@socketsecurity/bun-security-scanner/test/modes/authenticated.test.ts\n',
'2026-01-22T02:49:06.451Z fs File added: node_modules/.bun/@[email protected]/node_modules/@socketsecurity/bun-security-scanner/test/modes/unauthenticated.test.ts\n',
'2026-01-22T02:49:06.829Z fs File added: logs/__screenshots__/libs/services/tests/services.test.ts/Core-should-run-test-1.png\n',
'2026-01-22T02:49:06.829Z fs File added: logs/__screenshots__/libs/services/tests/services.test.ts/Services-should-run-2nd-test-1.png\n',
'2026-01-22T02:49:06.829Z fs File added: logs/__screenshots__/libs/services/tests/services.test.ts/Services-should-run-foo-1.png\n',
'2026-01-22T02:49:06.829Z fs File added: logs/__screenshots__/libs/services/tests/services.test.ts/Services-should-run-test-1.png\n',
'2026-01-22T02:49:06.830Z fs File added: libs/services/.gitignore\n',
'2026-01-22T02:49:06.830Z fs File added: libs/services/package.json\n',
'2026-01-22T02:49:06.830Z fs File added: libs/services/tests/services.test.ts\n',
'2026-01-22T02:49:06.831Z fs File added: libs/services/node_modules/@libs/core/tests/core.node.test.ts\n',
'2026-01-22T02:49:06.831Z fs File added: libs/services/node_modules/@libs/core/tests/core.test.ts\n',
'2026-01-22T02:49:06.831Z fs File added: libs/services/node_modules/@libs/core/.gitignore\n',
'2026-01-22T02:49:06.831Z fs File added: libs/services/node_modules/@libs/core/package.json\n',
'2026-01-22T02:49:06.832Z fs File added: libs/services/node_modules/@libs/core/src/foo.ts\n',
'2026-01-22T02:49:06.832Z fs File added: libs/services/logs/__screenshots__/tests/services.test.ts/Services-should-run-foo-1.png\n',
'2026-01-22T02:49:06.832Z fs File added: libs/core/.gitignore\n',
'2026-01-22T02:49:06.833Z fs File added: libs/core/package.json\n',
'2026-01-22T02:49:06.833Z fs File added: libs/core/tests/core.node.test.ts\n',
'2026-01-22T02:49:06.833Z fs File added: libs/core/tests/core.test.ts\n',
'2026-01-22T02:49:06.833Z fs File added: libs/core/src/foo.ts\n',
'2026-01-22T02:49:07.837Z fs File system scan has finished by timeout\n',
'2026-01-22T02:49:07.839Z project File cache: <homeDir>/.wallaby/cache/projects/32cf1c7ed3689d61\n',
'2026-01-22T02:49:07.848Z workers Parallelism for initial run: 8, for regular run: 4\n',
'2026-01-22T02:49:07.849Z workers Web server is listening at 57147\n',
'2026-01-22T02:49:07.850Z extended-core Setting preferences\n',
'2026-01-22T02:49:07.850Z project Stopping process pool\n',
'2026-01-22T02:49:07.850Z project File cache is up-to-date, starting initial test run\n',
'2026-01-22T02:49:07.852Z runManager Requested to run all tests\n',
'2026-01-22T02:49:07.852Z runManager Requested to run all tests\n',
'2026-01-22T02:49:07.853Z runManager Requested to run all tests\n',
'2026-01-22T02:49:07.853Z runManager Test run started; run priority: 3\n',
'2026-01-22T02:49:07.853Z runManager Running all tests\n',
'2026-01-22T02:49:07.856Z workers Planning to run 3 queued test file(s) (full run)\n',
'2026-01-22T02:49:07.857Z workers [worker #0] New run (tier 2, regular, no group): 1 test files, time estimate 792.87 ms\n',
'2026-01-22T02:49:07.857Z workers [worker #1] New run (tier 2, regular, no group): 1 test files, time estimate 792 ms\n',
'2026-01-22T02:49:07.857Z workers [worker #2] New run (tier 2, regular, no group): 1 test files, time estimate 792 ms\n',
'2026-01-22T02:49:07.866Z workers Starting run worker instance #0\n',
'2026-01-22T02:49:07.866Z workers Started run worker instance (immediate) #0\n',
'2026-01-22T02:49:07.866Z vitestRunner Starting sandbox [worker #0, session #fkhv6]\n',
'2026-01-22T02:49:07.866Z workers Starting run worker instance #1\n',
'2026-01-22T02:49:07.866Z workers Started run worker instance (immediate) #1\n',
'2026-01-22T02:49:07.866Z vitestRunner Starting sandbox [worker #1, session #gntmg]\n',
'2026-01-22T02:49:07.866Z workers Starting run worker instance #2\n',
'2026-01-22T02:49:07.866Z workers Started run worker instance (immediate) #2\n',
'2026-01-22T02:49:07.866Z vitestRunner Starting sandbox [worker #2, session #nxv1y]\n',
'2026-01-22T02:49:07.866Z extended-core Setting preferences\n',
'2026-01-22T02:49:07.866Z websocket received message ui.trackExecutionProgress\n',
'2026-01-22T02:49:07.866Z websocket received method call: trackExecutionProgress\n',
'2026-01-22T02:49:07.936Z vitestRunner Preparing sandbox [worker #0, session #fkhv6]\n',
'2026-01-22T02:49:07.936Z vitestRunner Preparing sandbox [worker #1, session #gntmg]\n',
'2026-01-22T02:49:07.936Z vitestRunner Preparing sandbox [worker #2, session #nxv1y]\n',
'2026-01-22T02:49:07.936Z vitestRunner Prepared sandbox [worker #0, session #fkhv6]\n',
'2026-01-22T02:49:07.936Z vitestRunner Prepared sandbox [worker #1, session #gntmg]\n',
'2026-01-22T02:49:07.936Z vitestRunner Prepared sandbox [worker #2, session #nxv1y]\n',
'2026-01-22T02:49:07.936Z workers [worker #0, session #fkhv6] Running tests in sandbox\n',
'2026-01-22T02:49:07.937Z workers [worker #1, session #gntmg] Running tests in sandbox\n',
'2026-01-22T02:49:07.937Z workers [worker #2, session #nxv1y] Running tests in sandbox\n',
'2026-01-22T02:49:08.120Z workers Processing buffered results (regular), buffer size: 3, buffer time: 252ms\n',
'2026-01-22T02:49:08.120Z workers Handling first result of full run\n',
'2026-01-22T02:49:08.121Z runManager Test run finished\n',
'2026-01-22T02:49:08.121Z project Processed console.log entries\n',
'2026-01-22T02:49:08.121Z project Processed loading sequences\n',
'2026-01-22T02:49:08.122Z project Processed executed tests\n',
'2026-01-22T02:49:08.122Z project Processed code coverage\n',
'2026-01-22T02:49:08.130Z runManager Test run result processed and sent to IDE\n',
'2026-01-22T02:49:08.131Z websocket received message ui.untrackExecutionProgress\n',
'2026-01-22T02:49:08.131Z websocket received method call: untrackExecutionProgress\n',
'2026-01-22T02:49:08.131Z websocket received message ui.untrackStats\n',
'2026-01-22T02:49:08.131Z websocket received method call: untrackStats\n',
'2026-01-22T02:49:08.131Z websocket received message ui.untrackStartupEvents\n',
'2026-01-22T02:49:08.131Z websocket received method call: untrackStartupEvents\n',
'2026-01-22T02:49:08.131Z websocket received message ui.untrackTestRun\n',
'2026-01-22T02:49:08.131Z websocket received method call: untrackTestRun\n',
'2026-01-22T02:49:08.131Z websocket received message ui.trackOverviewTestList\n',
'2026-01-22T02:49:08.131Z websocket received method call: trackOverviewTestList\n',
'2026-01-22T02:49:08.132Z websocket received message ui.trackAllLogsAndErrors\n',
'2026-01-22T02:49:08.132Z websocket received method call: trackAllLogsAndErrors\n',
'2026-01-22T02:49:08.134Z websocket received message ui.trackStats\n',
'2026-01-22T02:49:08.134Z websocket received method call: trackStats\n',
'2026-01-22T02:49:08.134Z websocket received message ui.trackStatus\n',
'2026-01-22T02:49:08.134Z websocket received method call: trackStatus\n',
'2026-01-22T02:49:08.134Z websocket received message ui.trackExecutionProgress\n',
'2026-01-22T02:49:08.134Z websocket received method call: trackExecutionProgress\n',
"2026-01-22T02:49:08.236Z workers 'Scheduling Vitest Run (fkhv6): 2026-01-22T02:49:08.235Z'\n",
"2026-01-22T02:49:08.246Z workers 'Scheduling Vitest Run (gntmg): 2026-01-22T02:49:08.246Z'\n",
"2026-01-22T02:49:08.248Z workers 'Scheduling Vitest Run (nxv1y): 2026-01-22T02:49:08.248Z'\n",
'2026-01-22T02:49:08.740Z workers [fkhv6.1] Loaded unknown number of test(s)\n',
'2026-01-22T02:49:08.750Z workers [fkhv6.1] Test executed: should run test\n',
"2026-01-22T02:49:08.773Z workers 'Vitest Run Complete (fkhv6): 2026-01-22T02:49:08.772Z'\n",
'2026-01-22T02:49:08.773Z workers [fkhv6] Run 1 test(s), skipped 0 test(s)\n',
'2026-01-22T02:49:08.774Z workers [fkhv6] Sandbox is responsive, closing it\n',
'2026-01-22T02:49:08.774Z workers No queued test files to run\n',
'2026-01-22T02:49:08.843Z fs File added: node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json\n',
'2026-01-22T02:49:08.844Z fs No metadata for added file found: node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json\n',
'2026-01-22T02:49:09.025Z workers Processing buffered results (regular), buffer size: 1, buffer time: 251ms\n',
'2026-01-22T02:49:09.025Z runManager Test run finished\n',
'2026-01-22T02:49:09.026Z project Processed console.log entries\n',
'2026-01-22T02:49:09.026Z project Processed loading sequences\n',
'2026-01-22T02:49:09.026Z project Processed executed tests\n',
'2026-01-22T02:49:09.026Z project Processed code coverage\n',
'2026-01-22T02:49:09.027Z runManager Test run result processed and sent to IDE\n',
`2026-01-22T02:49:09.276Z workers Sandbox (active) [nxv1y] error: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
`2026-01-22T02:49:09.277Z model [ERROR] Runtime error: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
"2026-01-22T02:49:09.277Z workers 'Vitest Run Complete (nxv1y): 2026-01-22T02:49:09.276Z'\n",
'2026-01-22T02:49:09.277Z workers [nxv1y] Run 0 test(s), skipped 0 test(s)\n',
'2026-01-22T02:49:09.277Z workers [nxv1y] Sandbox is responsive, closing it\n',
`2026-01-22T02:49:09.277Z stack Failed to map the stack to user code, entry message: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}, stack: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63316/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63316/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
'2026-01-22T02:49:09.278Z workers No queued test files to run\n',
`2026-01-22T02:49:09.363Z workers Sandbox (active) [gntmg] error: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
`2026-01-22T02:49:09.363Z model [ERROR] Runtime error: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
"2026-01-22T02:49:09.364Z workers 'Vitest Run Complete (gntmg): 2026-01-22T02:49:09.363Z'\n",
'2026-01-22T02:49:09.364Z workers [gntmg] Run 0 test(s), skipped 0 test(s)\n',
'2026-01-22T02:49:09.364Z workers [gntmg] Sandbox is responsive, closing it\n',
`2026-01-22T02:49:09.364Z stack Failed to map the stack to user code, entry message: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}, stack: Unknown Error: {"name":"TypeError","message":"Cannot read properties of undefined (reading 'adjustFileTasks')","stack":"TypeError: Cannot read properties of undefined (reading 'adjustFileTasks')\\n at collectTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1359:131)\\n at async startTests (http://localhost:63315/node_modules/.bun/@[email protected]/node_modules/@vitest/runner/dist/index.js?v=0887e76a:1937:17)\\n at async http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2109:11\\n at async executeTests (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:2102:5)\\n at async BroadcastChannel.<anonymous> (http://localhost:63315/__vitest_browser__/tester-k74mgIRa.js:1995:9)","stacks":[],"type":"Run Error"}\n`,
'2026-01-22T02:49:09.364Z workers No queued test files to run\n',
'2026-01-22T02:49:09.364Z workers Processing buffered results (idle), buffer size: 2, buffer time: 0ms\n',
'2026-01-22T02:49:09.364Z runManager Test run finished\n',
'2026-01-22T02:49:09.364Z project Processed console.log entries\n',
'2026-01-22T02:49:09.364Z project Processed loading sequences\n',
'2026-01-22T02:49:09.364Z project Processed executed tests\n',
'2026-01-22T02:49:09.364Z project Processed code coverage\n',
'2026-01-22T02:49:09.366Z runManager Test run result processed and sent to IDE\n',
'2026-01-22T02:49:09.368Z websocket received message ui.untrackExecutionProgress\n',
'2026-01-22T02:49:09.368Z websocket received method call: untrackExecutionProgress\n',
'2026-01-22T02:49:09.388Z fs File changed: node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json\n',
'2026-01-22T02:49:09.388Z fs No metadata for changed file found: node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json\n'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment