remove constants tests
This commit is contained in:
@@ -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']);
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user