node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

48
server/node_modules/plop/.turbo/turbo-test.log generated vendored Normal file
View File

@@ -0,0 +1,48 @@
> plop@4.0.0 test:instrument
> nyc instrument ./bin ./instrumented/bin && nyc instrument ./src ./instrumented/src && cp package.json ./instrumented
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
> plop@4.0.0 vitest
> vitest run
 RUN  v1.1.0 C:/Users/crutchcorn/git/Plop/plop/packages/plop
✓ tests/typescript.spec.js  (1 test) 2806ms
✓ tests/action-failure.spec.js  (1 test) 2932ms
✓ tests/actions.spec.js  (6 tests | 4 skipped) 6462ms
✓ tests/esm.spec.js  (4 tests) 11837ms
✓ tests/wrapper.spec.js  (5 tests) 14946ms
✓ tests/input-processing.spec.js  (16 tests | 1 skipped) 38264ms
 Test Files  6 passed (6)
 Tests  28 passed | 5 todo (33)
 Start at  14:27:42
 Duration  39.24s (transform 133ms, setup 652ms, collect 239ms, tests 77.25s, environment 4ms, prepare 1.43s)
----------------------|---------|----------|---------|---------|--------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------------------|---------|----------|---------|---------|--------------------------------
All files | 15.66 | 14.91 | 8.1 | 16.56 |
bin | 100 | 100 | 100 | 100 |
plop.js | 100 | 100 | 100 | 100 |
src | 13.58 | 13.39 | 5.55 | 14.37 |
bypass.js | 0 | 0 | 0 | 0 | 14-69
console-out.js | 14.28 | 0 | 0 | 15 | 9-110,122-123
input-processing.js | 26.08 | 37.14 | 14.28 | 27.9 | 17-55,68-69,74-80,88-89,98-101
plop.js | 10.29 | 5 | 8.33 | 10.6 | 51-171
----------------------|---------|----------|---------|---------|--------------------------------
=============================== Coverage summary ===============================
Statements : 15.66% ( 26/166 )
Branches : 14.91% ( 17/114 )
Functions : 8.1% ( 3/37 )
Lines : 16.56% ( 26/157 )
================================================================================