index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-23 12:06:01 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-23 12:06:01 -0700 |
commit | d729079cdf63a4382e3e3225295784124e0a4d5d (patch) | |
tree | d3ccd936e9e294a0492f7cb261d3266f133cc1d5 /package.json | |
parent | d06277bad51439595a02b449f50ce43645355d45 (diff) |
WIP: intercept request in test
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 95bd489..3c0548c 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "esbuild": "^0.20.2", "esbuild-server": "^0.3.0", "jest": "^29.7.0", + "puppeteer": "^22.9.0", "selenium-webdriver": "^4.19.0" }, "scripts": { |