You've already forked tf2wikipricing
test: add mock DOM to test environment
This commit is contained in:
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
preload = "./happydom.ts"
|
||||
3
happydom.ts
Normal file
3
happydom.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { GlobalRegistrator } from "@happy-dom/global-registrator";
|
||||
|
||||
GlobalRegistrator.register();
|
||||
@@ -3,6 +3,7 @@
|
||||
"version": "0.3.0",
|
||||
"description": "Adds item pricing to the Team Fortress 2 wiki",
|
||||
"devDependencies": {
|
||||
"@happy-dom/global-registrator": "^17.4.4",
|
||||
"@types/firefox-webext-browser": "^120.0.4",
|
||||
"@types/greasemonkey": "^4.0.7",
|
||||
"@types/html": "^1.0.4",
|
||||
|
||||
Reference in New Issue
Block a user