Skip to content

Commit

Permalink
Turn on connections tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Oct 10, 2024
1 parent e1fd9fa commit e834f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { setupAndStartApp } from '../../../test-runner/test-hooks';
let logger;
const tables = ['tracks', 'playlist_track', 'playlists', 'media_types', 'invoice_items', 'invoices', 'genres', 'employees', 'customers', 'artists', 'albums'];

describe('Connections Pane #web', () => {
describe('Connections Pane #web #win', () => {
logger = setupAndStartApp();

describe('Python - SQLite DB', () => {
Expand Down

0 comments on commit e834f99

Please sign in to comment.