Skip to content

Commit

Permalink
fixed cicd #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-fabian committed May 24, 2024
1 parent 007292f commit bbc3e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/fixtures/db.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable unusedImports/no-unused-vars */

import { inject, lifeCycleObserver, LifeCycleObserver } from '@loopback/core';
import { juggler } from '@loopback/repository';

Expand Down Expand Up @@ -39,7 +39,7 @@ export class DbDataSource extends juggler.DataSource implements LifeCycleObserve
/**
* Database used for testing. This is a mysql connection to test transactions.
*/
const mysqlTestDb: DbDataSource = new DbDataSource();
// const mysqlTestDb: DbDataSource = new DbDataSource();

/**
* Database used for testing. This is a in memory connection to use in cicd.
Expand Down

0 comments on commit bbc3e59

Please sign in to comment.