Adding console log to trigger cache bust and run tests.
This commit is contained in:
parent
54c1a6226c
commit
4daa996044
|
@ -50,5 +50,6 @@ export * from "./constants"
|
||||||
// expose package init function
|
// expose package init function
|
||||||
import * as db from "./db"
|
import * as db from "./db"
|
||||||
export const init = (opts: any = {}) => {
|
export const init = (opts: any = {}) => {
|
||||||
|
console.log("test")
|
||||||
db.init(opts.db)
|
db.init(opts.db)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue