fix cw test
This commit is contained in:
parent
79346272f8
commit
0efacdfcf0
|
@ -64,7 +64,7 @@ describe('api:notes/create', () => {
|
||||||
|
|
||||||
test('0 characters cw', () => {
|
test('0 characters cw', () => {
|
||||||
expect(v({ text: 'Body', cw: '' }))
|
expect(v({ text: 'Body', cw: '' }))
|
||||||
.toBe(VALID);
|
.toBe(INVALID);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('reject only cw', () => {
|
test('reject only cw', () => {
|
||||||
|
|
Loading…
Reference in New Issue