dflourusso / expo-sqlite-orm

Expo SQLite ORM
132 stars 34 forks source link

Fix for executeBulkSql #24

Open Krzychu81 opened 4 years ago

Krzychu81 commented 4 years ago

Fix for executeBulkSql

Krzychu81 commented 4 years ago

@dflourusso I was wondering whether the failing "toBeCalledWith" in the tests are actually required? It feels as if the test was dictating how the method should function instead of testing the proper output.