mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +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');
|