From ba0839accd22199dda6feeaa880663790e9c1abf Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 24 Sep 2018 02:39:56 +0100 Subject: [PATCH] resources: Register 'sinonjs' as foreign resource Change-Id: I9b1740f34c2415c27936a970979a49bf143771c7 --- maintenance/resources/foreign-resources.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintenance/resources/foreign-resources.yaml b/maintenance/resources/foreign-resources.yaml index 631621917d..8c496b486d 100644 --- a/maintenance/resources/foreign-resources.yaml +++ b/maintenance/resources/foreign-resources.yaml @@ -141,3 +141,9 @@ qunitjs: qunit.css: src: https://code.jquery.com/qunit/qunit-2.6.2.css integrity: sha256-qpkurjTvVTJJCSpMABcvF4IlYUJkd8saxiHgUQpEjX8= + +sinonjs: + type: file + src: https://sinonjs.org/releases/sinon-1.17.3.js + integrity: sha384-8+RlaM2FW7qMqjxpM5NTVM0y6sTY+vTi/AHnk7Fd7NHjBye9sVxxsMjyxVJnPBtU + dest: sinon-1.17.3.js -- 2.20.1