Skip to content

Commit

Permalink
chore: remove unused imports, console log from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebassNoob committed May 4, 2024
1 parent 70a9c5e commit bc78f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions interapp-backend/tests/unit/AttendanceExportsModel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,4 @@ suite.packXLSX = [
},
];

console.log(suite);

runSuite(SUITE_NAME, suite);
4 changes: 1 addition & 3 deletions interapp-backend/tests/unit/ServiceHoursExportsModel.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { runSuite, testSuites } from '../constants.test';
import { ServiceHoursExportsModel } from '@models/.';
import { User } from '@db/entities';
import { describe, test, expect } from 'bun:test';
import { expect } from 'bun:test';

const SUITE_NAME = 'ServiceHoursExportsModel';
const suite = testSuites[SUITE_NAME];

console.log(suite);

runSuite(SUITE_NAME, suite);

0 comments on commit bc78f03

Please sign in to comment.