Skip to content

Commit

Permalink
Merge pull request #72 from 5app/update-mocha-config
Browse files Browse the repository at this point in the history
Update mocha config
  • Loading branch information
MrSwitch committed Jan 22, 2020
2 parents 9f4f94c + c149857 commit 820ecf3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"require": "./test/setup.js",
"ui": "bdd"
}
12 changes: 12 additions & 0 deletions samples/report/reports/successfactors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root: userCollections
query:
fields:
'employeeNumber': 'user.employeeId'
'studentEmail': 'user.name'
'componentID': 'collectionAsset.id'
'progress': 'completion_rate'
'completionDate': 'updated_time'
'totalHours': 'SUM(collectionAsset.assetCollections.commonAsset.completion_time)'
filter:
user:
'-employeeid': null
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit 820ecf3

Please sign in to comment.