Commit 77cf9402bcbd3249a03bc0f20bd93c0c9b103780
Use const
Piet Geursen committed on 4/11/2018, 2:47:15 AMParent: 17ea8e4ee568c9f237579c87b81661b9894439eb
Files changed
test/position/async/buildChooseOne.test.js | changed |
test/position/async/buildChooseOne.test.js | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 | const pullAsync = require('pull-async') |
4 | 4 | const {isPosition} = require('ssb-poll-schema') |
5 | 5 | const Server = require('../../../lib/testServer') |
6 | 6 | |
7 | -var server = Server() | |
7 | +const server = Server() | |
8 | 8 | |
9 | 9 | const publishChooseOne = require('../../../poll/async/publishChooseOne')(server) |
10 | 10 | const ChooseOne = require('../../../position/async/buildChooseOne')(server) |
11 | 11 |
Built with git-ssb-web