From 00f711119751bece01f7fc9e4696c0b74482c562 Mon Sep 17 00:00:00 2001 From: Ben Doan Date: Wed, 17 May 2017 10:45:30 -0500 Subject: [PATCH] fixed invalid json in pirate.js --- locales/pirate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pirate.js b/locales/pirate.js index 80ac535..96f63c9 100644 --- a/locales/pirate.js +++ b/locales/pirate.js @@ -161,5 +161,5 @@ "VenusUi.spec.js: Includes specified in your annotations could not be found\n - ../polyfill/bind-polyfill.js\n": "VenusUi.spec.js: Includes specified in your annotations could not be found\n - ../polyfill/bind-polyfill.js\n", "No Test Ran": "No Tests Ran. Check the console output for more information.", "Issue Processing Test": "There was an issue processing your tests. This is commonly due to improperly loading an external module in your test.", - "There was an issue running your test.": "There was an issue running your test.", + "There was an issue running your test.": "There was an issue running your test." }