mirror of
https://github.com/strapi/strapi.git
synced 2025-11-05 20:36:08 +00:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
// Required as long as we are running tests on node@14 and node@16
|
||
|
|
require('whatwg-fetch');
|