Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
henryfauna committed Dec 11, 2024
1 parent 7401181 commit 60dbfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schema/push.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { setupTestContainer as setupContainer } from "../../src/config/setup-tes
import { reformatFSL } from "../../src/lib/schema.mjs";
import { buildUrl, f } from "../helpers.mjs";

describe.only("schema push", function () {
describe("schema push", function () {
const diffString =
"\u001b[1;34m* Modifying collection `Customer`\u001b[0m at collections.fsl:2:1:\n * Defined fields:\n\u001b[31m - drop field `.age`\u001b[0m\n\n";
let container, gatherFSL, fetch, logger, confirm;
Expand Down

0 comments on commit 60dbfee

Please sign in to comment.