fix: undo another merge mistake

This commit is contained in:
Michael Casebolt 2019-05-27 13:10:43 -07:00 committed by GitHub
parent 24d4ba3b92
commit b12f397415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
function getTests(TWEEN) {
var tests = {
'hello': function(test
'hello': function(test) {
test.ok(TWEEN !== null);
test.done();
},