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']); - }); - }); -});