Skip to content

remove eslint-config-leankit#20

Open
carlacordovez wants to merge 1 commit into
LeanKit-Labs:masterfrom
carlacordovez:feature-remove-eslint-config-leankit
Open

remove eslint-config-leankit#20
carlacordovez wants to merge 1 commit into
LeanKit-Labs:masterfrom
carlacordovez:feature-remove-eslint-config-leankit

Conversation

@carlacordovez

Copy link
Copy Markdown

remove eslint-config-leankit

@carlacordovez

Copy link
Copy Markdown
Author

i couldn't create a branch in this repo

@xlyds

xlyds commented May 28, 2026

Copy link
Copy Markdown
Contributor

i'm having issues running the tests because of a missing require in one of the suites:

Exception during run: Error: Cannot find module './intTestDbCfg.json'
Require stack:
- /Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js
    at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
    at Function._load (node:internal/modules/cjs/loader:1192:37)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Module.require (node:internal/modules/cjs/loader:1463:12)
    at require (node:internal/modules/helpers:147:16)
    at Object.<anonymous> (/Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js:1:16)
    at Module._compile (node:internal/modules/cjs/loader:1706:14)
    at Object..js (node:internal/modules/cjs/loader:1839:10)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Function._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at cjsLoader (node:internal/modules/esm/translators:309:5)
    at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:7)
    at ModuleJob.run (node:internal/modules/esm/module_job:343:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26)
    at async formattedImport (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:9:14)
    at async exports.requireOrImport (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:42:28)
    at async exports.loadFilesAsync (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:100:20)
    at async singleRun (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/cli/run-helpers.js:162:3)
    at async exports.handler (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/cli/run.js:375:5) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js'
  ]
}

@carlacordovez

Copy link
Copy Markdown
Author

i'm having issues running the tests because of a missing require in one of the suites:

Exception during run: Error: Cannot find module './intTestDbCfg.json'
Require stack:
- /Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js
    at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
    at Function._load (node:internal/modules/cjs/loader:1192:37)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Module.require (node:internal/modules/cjs/loader:1463:12)
    at require (node:internal/modules/helpers:147:16)
    at Object.<anonymous> (/Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js:1:16)
    at Module._compile (node:internal/modules/cjs/loader:1706:14)
    at Object..js (node:internal/modules/cjs/loader:1839:10)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Function._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at cjsLoader (node:internal/modules/esm/translators:309:5)
    at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:202:7)
    at ModuleJob.run (node:internal/modules/esm/module_job:343:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:665:26)
    at async formattedImport (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:9:14)
    at async exports.requireOrImport (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:42:28)
    at async exports.loadFilesAsync (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/nodejs/esm-utils.js:100:20)
    at async singleRun (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/cli/run-helpers.js:162:3)
    at async exports.handler (/Users/ltidwell/Code/lk/node-hilo/node_modules/mocha/lib/cli/run.js:375:5) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/ltidwell/Code/lk/node-hilo/spec/integration/nhibernate.comparisons.spec.js'
  ]
}

I had to add that json file manually. I believe it's intentional as it is described in README.md and that file nameis in .gitIgnore file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants