From 0d8bba263dc195147d6fdb09662e7926f0a58b3e Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 2 Apr 2015 19:24:45 +0200 Subject: Bump lots of changes --- web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js (limited to 'web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js') diff --git a/web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js b/web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js new file mode 100644 index 0000000..7be30b3 --- /dev/null +++ b/web/nms.gathering.org/speedometer/c3-master/spec/c3-spec.js @@ -0,0 +1,10 @@ +describe('c3', function () { + 'use strict'; + + var c3 = window.c3; + + it('exists', function () { + expect(c3).not.toBeNull(); + expect(typeof c3).toBe('object'); + }); +}); -- cgit v1.2.3