Skip to content

chore: update js-lint to 0.2.6, fix linting warnings

0e54ca3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: merge staging to master #99

chore: update js-lint to 0.2.6, fix linting warnings
0e54ca3
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report - windows failed May 13, 2025 in 0s

367 tests run, 365 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in tests\EncryptedFS.concurrent.test.ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report - windows

tests\EncryptedFS.concurrent.test.ts.EncryptedFS.appendFIle, EncryptedFS.writeFile, EncryptedFS.writeFile with fd, EncryptedFS.write, EncryptedFS.createReadStream

Error: Property failed after 53 tests
{ seed: -966105054, path: "52", endOnFailure: true }
Raw output
Error: Property failed after 53 tests
{ seed: -966105054, path: "52", endOnFailure: true }
Counterexample: [schedulerFor()`
-> [task${5}] promise resolved with value "write"
-> [task${6}] promise resolved with value "readStream"
-> [task${2}] promise resolved with value "appendFile fd"
-> [task${4}] promise resolved with value "writeFile fd"
-> [task${3}] promise resolved with value "writeFile path"
-> [task${1}] promise resolved with value "appendFile path"`]
Shrunk 0 time(s)

Hint: Enable verbose mode in order to have the list of all failing values encountered during the run
    at buildError (D:\a\js-encryptedfs\js-encryptedfs\node_modules\fast-check\lib\check\runner\utils\RunDetailsFormatter.js:156:19)
    at asyncThrowIfFailed (D:\a\js-encryptedfs\js-encryptedfs\node_modules\fast-check\lib\check\runner\utils\RunDetailsFormatter.js:170:11)

Check failure on line 1 in tests\EncryptedFS.concurrent.test.ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report - windows

tests\EncryptedFS.concurrent.test.ts.EncryptedFS.copyFile, EncryptedFS.writeFile, EncryptedFS.writeFile with fd, EncryptedFS.write and EncryptedFS.createWriteStream

Error: Unhandled error. (ErrorINodeManagerNotRunning: 
    at constructor_.statGet [as _open] (D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:1557:66)
Raw output
Error: Unhandled error. (ErrorINodeManagerNotRunning: 
    at constructor_.statGet [as _open] (D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:1557:66)
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:1332:21 {
  data: {},
  cause: undefined,
  timestamp: 2025-05-13T07:10:30.372Z
})
    at new NodeError (node:internal/errors:405:5)
    at WriteStream.emit (node:events:503:17)
    at WriteStream.emit [as _error] (D:\a\js-encryptedfs\js-encryptedfs\dist\streams\WriteStream.js:129:19)
    at _error (D:\a\js-encryptedfs\js-encryptedfs\dist\streams\WriteStream.js:50:18)
    at cb (D:\a\js-encryptedfs\js-encryptedfs\node_modules\util-callbackify\index.js:97:15)
    at callbackifyOnRejected (D:\a\js-encryptedfs\js-encryptedfs\node_modules\util-callbackify\index.js:81:10)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)