Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Convert demograhpics reports to be by users instead of sessions -- Staging #923

Merged
merged 9 commits into from
Nov 5, 2024
1 change: 1 addition & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
diff: true
extension: ['js']
full-trace: true
package: './package.json'
slow: '75'
spec:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"pretest": "NODE_ENV=test npm run migrate",
"start": "./bin/analytics",
"test": "NODE_ENV=test mocha",
"test:debug": "NODE_ENV=test node --inspect-brk node_modules/mocha/bin/mocha",
"coverage": "nyc --reporter html --reporter text -t coverage --report-dir coverage/summary npm run test",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect",
Expand Down
Loading