remove constants tests

This commit is contained in:
Matteo Pagliazzi
2016-03-15 19:10:00 +01:00
parent 5b2584871e
commit 67ef70db0f
-11
View File
@@ -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']);
});
});
});