Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #213 from LiveIntent/cm-1206
Browse files Browse the repository at this point in the history
[CM-1206] Cleanup build and switch to module
  • Loading branch information
mschuwalow authored Mar 12, 2024
2 parents 322ba54 + 248c728 commit 2c67a58
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 468 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
command: npm run build
- run:
name: Run tests
command: npm run test
command: npm run test:ci
- store_test_results:
path: test-results
- store_artifacts:
Expand Down
6 changes: 6 additions & 0 deletions mocha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"spec": "test/*.spec.ts",
"node-option": [
"loader=ts-node/esm"
]
}
Loading

0 comments on commit 2c67a58

Please sign in to comment.