Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with mock model tableAttributes undefined #98

Open
GopalPatidar54 opened this issue Feb 1, 2023 · 0 comments
Open

with mock model tableAttributes undefined #98

GopalPatidar54 opened this issue Feb 1, 2023 · 0 comments

Comments

@GopalPatidar54
Copy link

when I try to get tableAttributes using mock model it's undefined

var DBConnectionMock = new SequelizeMock();
UserMock = DBConnectionMock.define('users', {
       'email': 'email@example.com',
       'username': 'blink',
       'picture': 'user-picture.jpg',
   }, {
       instanceMethods: {
           myTestFunc: function () {
               return 'Test User';
           },
       },
   });

UserMock.tableAttributes undefined, I just want to same functionality as sequelize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant