Test commit for checking out Travis.

This commit is contained in:
Evelyn Eastmond 2018-12-03 21:25:06 -05:00
parent 536305af1b
commit 2bc8778f00

View file

@ -5,6 +5,8 @@ const TaskQueue = require('../../src/util/task-queue');
const testCompare = require('../fixtures/test-compare');
// TODO: temporary comment to trigger git
test('constructor', t => {
// Max tokens = 1000, refill 1000 tokens per second (1 per millisecond), and start with 0 tokens
const bukkit = new TaskQueue(1000, 1000, 0);