Closed marisid closed 7 years ago
The path to api-keys should be corrected to const {wundergroundKey} = require('../../api-keys.js'); in the test/src folder in order for the tests to run.
const {wundergroundKey} = require('../../api-keys.js');
Fixed.
The path to api-keys should be corrected to
const {wundergroundKey} = require('../../api-keys.js');
in the test/src folder in order for the tests to run.