Skip to content

Commit 39ee5c1

Browse files
committed
remove .only
1 parent fa4e2fe commit 39ee5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drizzle-kit/tests/mysql/commutativity.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('conflict rule coverage (statement pairs)', () => {
5959
expect(conflicts).not.toBeUndefined();
6060
});
6161

62-
test.only('table drop vs child index', async () => {
62+
test('table drop vs child index', async () => {
6363
const parent = {
6464
t: mysqlTable('t', (t) => ({
6565
c: t.varchar({ length: 255 }),

drizzle-kit/tests/mysql/commutativity.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ describe('commutativity integration (mysql)', () => {
726726
expect(report.conflicts.length).toBeGreaterThanOrEqual(0);
727727
});
728728

729-
test.only('complex mixed: multiple tables and views diverging', async () => {
729+
test('complex mixed: multiple tables and views diverging', async () => {
730730
// postpone
731731
if (Date.now() < +new Date('2025-12-15')) return;
732732

0 commit comments

Comments
 (0)