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
I would like to ask is it possible to use node pg adapter (postgree) with factorybot? Because it returns me error:
TypeError: factory.Client is not a constructor
I would like to ask is it possible to use node pg adapter (postgree) with factorybot? Because it returns me error:
TypeError: factory.Client is not a constructor
when I try to connect factorybot to the adapter.
const factory = require('factory-bot').factory; const { Client } = require('pg'); const client = new FactoryBot.Client()
The text was updated successfully, but these errors were encountered: