Skip to content

Commit

Permalink
test: Remove "properly loads config from yaml" as an exclusive test r…
Browse files Browse the repository at this point in the history
…un (typeorm#7761)
  • Loading branch information
dhritzkiv committed Jun 17, 2021
1 parent 003d611 commit 2356a45
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ describe("ConnectionOptionsReader", () => {
expect(process.env.TYPEORM_DATABASE).to.equal("test-ormconfig-env");
});

it.only("properly loads config from yaml", async () => {
it("properly loads config from yaml", async () => {
await createYamlFiles();

const connectionOptionsReader = new ConnectionOptionsReader({ root: path.join(__dirname, "configs/yaml"), configName: "test-yaml" });
Expand Down

0 comments on commit 2356a45

Please sign in to comment.