Skip to content
Snippets Groups Projects
Commit 3c72d6f4 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

fix(models): remove Fake from dist models

parent 29400907
No related branches found
No related tags found
2 merge requests!52Docx,!17Graphql api
const { v4: uuid } = require('uuid')
const { Fake } = require('../index')
const Fake = require('./helpers/fake/fake.model')
const { createUser } = require('./helpers/users')
const clearDb = require('./_clearDb')
describe('Base model', () => {
......
......@@ -11,8 +11,6 @@ const Identity = require('./identity/identity.model')
const File = require('./file/file.model')
const Fake = require('./__tests__/helpers/fake/fake.model')
const useTransaction = require('./useTransaction')
module.exports = {
......@@ -31,6 +29,4 @@ module.exports = {
// ServiceCredential,
useTransaction,
Fake,
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment