mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-10 04:54:04 -04:00
Test commit for checking out Travis.
This commit is contained in:
parent
536305af1b
commit
2bc8778f00
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue