Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Nov 18, 2017
1 parent e4c505d commit 4012d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/index.spec.js
Expand Up @@ -7,13 +7,13 @@ const togglDataplug = require('../lib')
describe('toggl-dataplug', () => {
dataplugTestsuite
.forCollection('clients', togglDataplug.clients)
.use()
.execute()

dataplugTestsuite
.forCollection('detailed-reports', togglDataplug.detailedReports)
.use()
.execute()

dataplugTestsuite
.forCollection('projects', togglDataplug.projects)
.use()
.execute()
})

0 comments on commit 4012d36

Please sign in to comment.