Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/repndecomp/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 12.8.2025 mit Größe 2 kB image not shown  

Quelle  README.md   Sprache: unbekannt

 
# XPCShellTests with npm packages

XPCShellTests that spawn a node server may use non-vendored npm packages.
Make sure that the test using the npm packages has `usesNPM = true` added to `xpshell.toml`.

## Adding a new dependency

```
  cd testing/xpcshell/moz-http2
  npm install newPackageThatIsPublishedToNPM
  # commit package.json and package-lock.json
```

## Running a test that uses npm packages

Just run it normally. For example

```
./mach text netwerk/test/unit/test_node_execute_npm.js
```

`runxpcshelltests.py` will automatically install the npm packages when one of
the tests in the test list has `usesNPM = true`

[ zur Elbe Produktseite wechseln0.26Quellennavigators  Analyse erneut starten  ]