Skip to content

chore: update js-lint to 0.2.11 and delete .prettierrc since its no l…

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

ci: merge staging to master #101

chore: update js-lint to 0.2.11 and delete .prettierrc since its no l…
130473e
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report - windows failed May 29, 2025 in 0s

367 tests run, 364 passed, 0 skipped, 3 failed.

Annotations

Check failure on line 2631 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.createReadStream, EncryptedFS.createWriteStream, EncryptedFS.write, EncryptedFS.read

ErrorEncryptedFSNotRunning: 
    at close (D:\a\js-encryptedfs\js-encryptedfs\tests\EncryptedFS.concurrent.test.ts:2631:23)
Raw output
ErrorEncryptedFSNotRunning: 
    at close (D:\a\js-encryptedfs\js-encryptedfs\tests\EncryptedFS.concurrent.test.ts:2631:23)
    at AsyncProperty.run (D:\a\js-encryptedfs\js-encryptedfs\node_modules\fast-check\lib\check\property\AsyncProperty.generic.js:43:28)

Check failure on line 2587 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.unlink, EncryptedFS.writeFile, EncryptedFS.open, EncryptedFS.write and EncryptedFS.createWriteStream

ErrorEncryptedFSError: ENOENT: no such file or directory, dir/file1
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:2250:23
Raw output
ErrorEncryptedFSError: ENOENT: no such file or directory, dir/file1
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:2250:23
    at Module.maybeCallback (D:\a\js-encryptedfs\js-encryptedfs\dist\utils.js:327:16)
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:2116:21
    at Module.maybeCallback (D:\a\js-encryptedfs\js-encryptedfs\dist\utils.js:327:16)
    at D:\a\js-encryptedfs\js-encryptedfs\dist\EncryptedFS.js:2132:13
    at Module.maybeCallback (D:\a\js-encryptedfs\js-encryptedfs\dist\utils.js:327:16)
    at D:\a\js-encryptedfs\js-encryptedfs\tests\EncryptedFS.concurrent.test.ts:2635:13
    at AsyncProperty.runAfterEach (D:\a\js-encryptedfs\js-encryptedfs\node_modules\fast-check\lib\check\property\AsyncProperty.generic.js:39:9)
    at asyncRunIt (D:\a\js-encryptedfs\js-encryptedfs\node_modules\fast-check\lib\check\runner\Runner.js:25:9)
    at Object.<anonymous> (D:\a\js-encryptedfs\js-encryptedfs\tests\EncryptedFS.concurrent.test.ts:2587:7)

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 9 tests
{ seed: 322982517, path: "8", endOnFailure: true }
Raw output
Error: Property failed after 9 tests
{ seed: 322982517, path: "8", endOnFailure: true }
Counterexample: [schedulerFor()`
-> [task${4}] promise resolved with value "writeFile fd"
-> [task${2}] promise resolved with value "appendFile fd"
-> [task${6}] promise resolved with value "readStream"
-> [task${3}] promise resolved with value "writeFile path"
-> [task${5}] promise resolved with value "write"
-> [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)