Fix node's assert module resolution in tests

Previously it incorrectly resolved to @types/assert, which is *almost*
the same, but a port that necessarily lags a bit, and is compatible
with the browser.
This commit is contained in:
Nathan Shively-Sanders 2020-01-28 11:55:23 -08:00
parent a5b1430bdb
commit 21c788a102

View File

@ -50,6 +50,9 @@
"typeRoots": [
"../"
],
"paths": {
"assert": ["node/assert.d.ts"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true