Skip to content

Commit

Permalink
Merge pull request #6 from trunk-io/nikhil/mocha-toolchain
Browse files Browse the repository at this point in the history
feat(build): Mocha Toolchain
  • Loading branch information
nikhilbirmiwal authored Jul 14, 2023
2 parents 54a52ac + b7f3cae commit 6946d9f
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 2,040 deletions.
15 changes: 0 additions & 15 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ load("@npm//:repositories.bzl", "npm_repositories")

npm_repositories()

##############
# Jest Setup #
##############

http_archive(
name = "aspect_rules_jest",
sha256 = "098186ffc450f2a604843d8ba14217088a0e259ea6a03294af5360a7f1bcd3e8",
strip_prefix = "rules_jest-0.19.5",
url = "https://github.com/aspect-build/rules_jest/releases/download/v0.19.5/rules_jest-v0.19.5.tar.gz",
)

load("@aspect_rules_jest//jest:dependencies.bzl", "rules_jest_dependencies")

rules_jest_dependencies()

##########
# Docker #
##########
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typescript": "5.1.6"
},
"devDependencies": {
"@types/jest": "29.5.3",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"jest-junit": "16.0.0"
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"chai": "4.3.7",
"mocha": "10.2.0"
}
}
Loading

0 comments on commit 6946d9f

Please sign in to comment.