chore: tidy things up and fix typos

This commit is contained in:
LuanRT
2022-07-06 23:47:38 -03:00
parent 021a7fd97a
commit 9c97434e5e
5 changed files with 21 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
'use strict';
const glob = require('glob');
const fs = require('fs');

View File

@@ -1,6 +1,7 @@
'use strict';
global.XMLHttpRequest = class extends require('xhr2') {
// This is for browser-like environments not nessacarily a browser
// So disabling this is okay, sort of
// This is for browser-like environments not necessarily a browser.
// So disabling this is okay, sort of.
_restrictedHeaders = {};
};