Skip to content

Commit

Permalink
Add an expect().nothing() call to verify() (#11)
Browse files Browse the repository at this point in the history
* feat: add expect().nothing() to verify()

---------

Co-authored-by: npx <>
Co-authored-by: Johan Blumenberg <johan.blumenberg>
  • Loading branch information
npx committed Aug 31, 2023
1 parent 2989678 commit f78bd62
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 36 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
@@ -1,7 +1,7 @@
module.exports = function (config) {
config.set({

frameworks: ["jasmine", "karma-typescript"],
frameworks: ["jasmine", "karma-typescript", "jasmine-spec-tags"],

files: [
"node_modules/babel-polyfill/dist/polyfill.js",
Expand Down

0 comments on commit f78bd62

Please sign in to comment.