From 04d1a7d1a60f0a758b2d1aaf3cac694f3910bba8 Mon Sep 17 00:00:00 2001 From: Amio Date: Sat, 6 Jul 2019 15:51:18 +0800 Subject: [PATCH] Use src for testing --- test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.spec.js b/test/index.spec.js index 0353f49..fcdd02b 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,5 +1,5 @@ const tap = require('tap') -const badgen = require('..') +const badgen = require('../src/index.js') const icons = require('./assets/icon-data-uri.js') tap.test('generate badge with { label, status }', t => {