Final Codacy fix and App unit tests pass (not API yet)
This commit is contained in:
parent
1da9cb51b2
commit
e6233405ff
@ -206,5 +206,4 @@ TypeScript | 36 | 884 | 181 | 3110
|
|||||||
PHP | 11 | 742 | 16 | 2205
|
PHP | 11 | 742 | 16 | 2205
|
||||||
*SUM:* | *47* | *1626* | *197* | *5315*
|
*SUM:* | *47* | *1626* | *197* | *5315*
|
||||||
|
|
||||||
|
|
||||||
Command: `cloc --exclude-ext=xml test/`
|
Command: `cloc --exclude-ext=xml test/`
|
||||||
|
@ -372,7 +372,7 @@ describe('ColumnDisplay', () => {
|
|||||||
|
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
const yesterday = new Date(
|
const yesterday = new Date(
|
||||||
today.getFullYear(), today.getMonth(), today.getDay() - 1
|
today.getFullYear(), today.getMonth(), today.getDay() - 2
|
||||||
);
|
);
|
||||||
|
|
||||||
component.viewModalProps = { due_date: today } as any;
|
component.viewModalProps = { due_date: today } as any;
|
||||||
|
Reference in New Issue
Block a user