Comparing version 2.19.0 to 2.19.1
@@ -5,7 +5,7 @@ { | ||
"description": "The powerful, easy-to-use testing framework.", | ||
"version": "2.19.0", | ||
"version": "2.19.1", | ||
"homepage": "https://qunitjs.com", | ||
"author": { | ||
"name": "OpenJS Foundation and other contributors", | ||
"url": "https://github.com/qunitjs/qunit/blob/2.19.0/AUTHORS.txt" | ||
"url": "https://github.com/qunitjs/qunit/blob/2.19.1/AUTHORS.txt" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -76,8 +76,3 @@ 'use strict'; | ||
function capitalize (string) { | ||
return string.charAt(0).toUpperCase() + string.slice(1); | ||
} | ||
module.exports = { | ||
capitalize, | ||
error, | ||
@@ -84,0 +79,0 @@ getFilesFromArgs, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
292106
7301