mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
port shared.ops.allocate
This commit is contained in:
11
test/common/constants.js
Normal file
11
test/common/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
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