Skip to content

Commit 2cc0068

Browse files
Nikolas Howard (student)Nikolas Howard (student)
Nikolas Howard (student)
authored and
Nikolas Howard (student)
committed
Added quick-check.js and added my first algebraic test to generate valid raw argument lists of an arbitrary size to test as input for the parseRawArgumentList() function.
1 parent 18f4a25 commit 2cc0068

File tree

4 files changed

+2271
-1
lines changed

4 files changed

+2271
-1
lines changed

jasmine-standalone-2.4.1/SpecRunner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script src="../jasmine-ieee829-decorator.js"></script>
1414

1515
<!-- include source files here... -->
16+
<script src="../quick-check.js"></script>
1617
<script src="../toffle.js"></script>
1718

1819
<!-- include spec files here... -->

my.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = function(config) {
1717
files: [
1818
'toffle.js',
1919
'jasmine-ieee829-decorator.js',
20+
'quick-check.js',
2021
'toffle-jasmine-specs/*.js'
2122
],
2223

0 commit comments

Comments
 (0)