Skip to content

Commit 610729e

Browse files
committed
remove unused function
1 parent 18250f8 commit 610729e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/specs/hooks/hooks.spec.ts

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ chai.use(sinonChai);
1515
describe('hook', () => {
1616
const sequelize: Sequelize = createSequelize(false);
1717

18-
before(() => {
19-
20-
});
21-
2218
beforeEach(() => {
2319

2420
return sequelize.sync({force: true});

0 commit comments

Comments
 (0)