f6ff3bf52b
This is needed in order to use `globalThis`, see #1894. It also made it possible to remove some old polyfills and fallbacks.
6 lines
51 B
JavaScript
6 lines
51 B
JavaScript
module.exports = {
|
|
env: {
|
|
mocha: true
|
|
}
|
|
};
|