fix test flakiness

pull/12/head
mehdi 3 years ago
parent dcc646a9a2
commit f70b1be64d
  1. 2
      typings-tests.ts

@ -17,7 +17,7 @@ db = new Datastore({ filename: 'path/to/datafile' })
db.loadDatabase() db.loadDatabase()
// Type 3: Persistent datastore with automatic loading // Type 3: Persistent datastore with automatic loading
db = new Datastore({ filename: 'path/to/datafile', autoload: true }) db = new Datastore({ filename: 'path/to/datafile_2', autoload: true })
// You can issue commands right away // You can issue commands right away
// Type 4: Persistent datastore for a Node Webkit app called 'nwtest' // Type 4: Persistent datastore for a Node Webkit app called 'nwtest'

Loading…
Cancel
Save