Skip to content

Commit

Permalink
fixed tests WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 24, 2023
1 parent a4d5380 commit f35b965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/netteForms/SpecRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<script src="../../src/assets/netteForms.js"></script>

<script src="spec/Nette.validateRuleSpec.js"></script>
<script src="spec/Nette.validatorsSpec.js"></script>
</head>

<body>
Expand Down
5 changes: 5 additions & 0 deletions tests/netteForms/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ module.exports = function(config) {
],
autoWatch: false,
singleRun: true,
client: {
jasmine: {
random: false
}
}
})
}

0 comments on commit f35b965

Please sign in to comment.