diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-08 16:25:11 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-08 16:25:11 -0400 |
| commit | 8352ee74e8a437c1f4a4dadb75d63049f45b164b (patch) | |
| tree | bd59691eb01f5fbf4b5a6aede5ae4d0295e6643d /package.json | |
| parent | b3749ecc4b094a46d2ab9f638ee810f70840f67a (diff) | |
| download | decky-lsfg-vk-8352ee74e8a437c1f4a4dadb75d63049f45b164b.tar.gz decky-lsfg-vk-8352ee74e8a437c1f4a4dadb75d63049f45b164b.zip | |
add back workarounds sections, scope out of now playing
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8deb8a7..b5e716c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "rollup -c", "watch": "rollup -c -w", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node --experimental-strip-types --test tests/steamLaunchOptions.test.ts && python3 -m unittest discover -s tests -p 'test_*.py'" }, "repository": { "type": "git", |
