Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4d61bcc8
...
4d61bcc801f9a8760b6b29990f8356951069f89c
authored
2016-12-03 02:36:55 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add helpful id on test data for debugging.
1 parent
7b274617
Pipeline
#9
for
4d61bcc8
passed
in 3 minutes 32 seconds
Changes
1
Pipelines
3
Builds
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
tests/node/RelativePlacementSpec.js
tests/node/RelativePlacementSpec.js
View file @
4d61bcc
...
...
@@ -17,6 +17,7 @@ describe('RelativePlacement algo', () => {
* @param {Number} id
*/
(
testData
,
id
)
=>
{
testData
.
id
=
id
;
it
(
'#'
+
id
+
': '
+
(
testData
.
comment
||
''
),
()
=>
{
var
votes
=
compileVotes
(
testData
);
...
...
@@ -33,6 +34,7 @@ describe('RelativePlacement algo', () => {
/**
* @name TestData
* @typedef Object
* @property {Number} id
* @property {String} comment
* @property {Array[]}votes
* @property {String[]} result
...
...
Please
register
or
sign in
to post a comment