You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'use strict';
// Add support for Promise objects via polyfills
import 'babel-polyfill';
// Add support for all files in the test directory
const testsContext = require.context('.', true, /(Test\.js$)/);
testsContext.keys().forEach(testsContext);
I am getting the following error after running
yarn test
.I think there is something to do with setting an absolute path.
What Am I missing here?
Code Structure
package.json
karma.conf.js
loadtests.js
conf/webpack/Base.js
thx in advance.
The text was updated successfully, but these errors were encountered: