Commit 6ff5525de64024e3f4384c5852534166d5c68063
Adds skipped tests.
Piet Geursen committed on 3/6/2018, 2:06:34 AMParent: a9066ada5725359824ce7bca9e5007251109f74c
Files changed
test/position/sync/chooseOneResults.test.js | changed |
test/position/sync/chooseOneResults.test.js | ||
---|---|---|
@@ -28,8 +28,18 @@ | ||
28 | 28 | t.deepEqual(actual[2], [sallyId], 'correct voters for choice 2') |
29 | 29 | t.end() |
30 | 30 | }) |
31 | 31 | |
32 | +test.skip('Position - a position stated for an invalid choice index is not counted', function(t) { | |
33 | + | |
34 | + t.end() | |
35 | +}) | |
36 | + | |
37 | +test.skip('Position - a position stated for an invalid choice index is included in the errors object', function(t) { | |
38 | + | |
39 | + t.end() | |
40 | +}) | |
41 | + | |
32 | 42 | test.skip('Position - A position stated after the closing time of the poll is not counted', function(t) { |
33 | 43 | |
34 | 44 | t.end() |
35 | 45 | }) |
Built with git-ssb-web