From 67ef70db0f1e83c9a7d0823ba6b887be8fd597b5 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Tue, 15 Mar 2016 19:10:00 +0100 Subject: [PATCH] remove constants tests --- test/common/constants.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/common/constants.js diff --git a/test/common/constants.js b/test/common/constants.js deleted file mode 100644 index e05db90660..0000000000 --- a/test/common/constants.js +++ /dev/null @@ -1,11 +0,0 @@ -import { - ATTRIBUTES, -} from '../../common/script/constants'; - -describe('constants', () => { - describe('ATTRIBUTES', () => { - it('provides a list of attributes', () => { - expect(ATTRIBUTES).to.eql(['str', 'int', 'per', 'con']); - }); - }); -});