lint warnings corrected + en json
This commit is contained in:
parent
e00d054fe9
commit
9b6b08400f
|
@ -1,8 +1,7 @@
|
|||
import selectors from '../../helpers/selectors.js';
|
||||
import createNightmare from '../../helpers/helpers';
|
||||
|
||||
describe('Client', () => {
|
||||
describe('Edit fiscalData path', () => {
|
||||
describe('Client Edit fiscalData path', () => {
|
||||
const nightmare = createNightmare();
|
||||
|
||||
beforeAll(() => {
|
||||
|
@ -335,4 +334,3 @@ describe('Client', () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
import selectors from '../../helpers/selectors.js';
|
||||
import createNightmare from '../../helpers/helpers';
|
||||
|
||||
describe('Client', () => {
|
||||
describe('Add address notes path', () => {
|
||||
describe('Client add address notes path', () => {
|
||||
const nightmare = createNightmare();
|
||||
|
||||
beforeAll(() => {
|
||||
|
@ -95,5 +94,3 @@ describe('Client', () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -31,5 +31,6 @@
|
|||
"Sample type cannot be blank": "Sample type cannot be blank",
|
||||
"The package cannot be blank": "The package cannot be blank",
|
||||
"The warehouse can't be repeated": "The warehouse can't be repeated",
|
||||
"The sales of that ticket can't be modified": "The sales of that ticket can't be modified"
|
||||
"The sales of that ticket can't be modified": "The sales of that ticket can't be modified",
|
||||
"The new quantity should be smaller than the old one": "The new quantity should be smaller than the old one"
|
||||
}
|
Loading…
Reference in New Issue