mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix: remove test.only
This commit is contained in:
@@ -752,7 +752,7 @@ describe("sort plugin", () => {
|
|||||||
expect(tasks[1].position).toBe(1);
|
expect(tasks[1].position).toBe(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only("should not create duplicates when moving to an occupied position", async () => {
|
test("should not create duplicates when moving to an occupied position", async () => {
|
||||||
const app = createApp({
|
const app = createApp({
|
||||||
config: {
|
config: {
|
||||||
data: em({
|
data: em({
|
||||||
|
|||||||
Reference in New Issue
Block a user