1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/test
Jari Bakken 642c06f6ba Begin work on running tests against the database:
* Add Travis postgresql setup.
* Replace "db mocks" with a before hook that creates the same data
  through the HTTP API.
* Reset DB and re-create all fixtures for each test. We'll need
  something  better here.
* CAVEAT: no concept of a dev vs test database. Running tests will
  clear data from the currently configured database.
2020-02-20 08:30:18 +01:00
..
eventApiSpec.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00
eventStoreSpec.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00
featureApiSpec.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00
routerSpec.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00
specHelper.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00
strategyApiSpec.js Begin work on running tests against the database: 2020-02-20 08:30:18 +01:00