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
Should we have a test suite new database adapter can run against to check compatibility with the spec? Currently writing docs for it, I feel like that'd make it much easier.
This might require having a repo setup with the tests and a bunch of other niceties (e.g. linting) which developers can simply clone to write a new adapter.
The text was updated successfully, but these errors were encountered:
I think it would be really awesome if we could do something like the following.
import{adapterTestSuite}from'micro-analytics'// or some other package that is published from this repoimportadapterfrom'./index'adapterTestSuite({
adapter,beforeAll: ()=>{},afterAll: ()=>{},before: ()=>{},after: ()=>{},})
This would make it much easier for adapters to test against new versions.
Should we have a test suite new database adapter can run against to check compatibility with the spec? Currently writing docs for it, I feel like that'd make it much easier.
This might require having a repo setup with the tests and a bunch of other niceties (e.g. linting) which developers can simply clone to write a new adapter.
The text was updated successfully, but these errors were encountered: