isolate api tests inside tests/api
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require('isomorphic-fetch');
|
||||
const faker = require('faker');
|
||||
const { email, password } = require('../tests/credentials');
|
||||
const { email, password } = require('../tests/api/credentials');
|
||||
|
||||
/**
|
||||
* @jest-environment node
|
||||
|
||||
Reference in New Issue
Block a user