Added Jest for testing both front and backend
This commit is contained in:
@ -2,7 +2,7 @@ import crypto from 'crypto';
|
||||
import {
|
||||
DataTypes,
|
||||
sequelize,
|
||||
encryptedFields
|
||||
encryptedFields,
|
||||
} from '../sequelize';
|
||||
|
||||
import JWT from 'jsonwebtoken';
|
||||
|
Reference in New Issue
Block a user