Skip to content

Commit

Permalink
add unit test to new integration dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lukealvoeiro committed May 29, 2024
1 parent 6147cdd commit 4555740
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { protoMetadata } from "./const-enum";

describe("schema-no-file-descriptor", () => {
test("the property doesn't exist", () => {
expect(protoMetadata).not.toHaveProperty("fileDescriptor");
expect(protoMetadata).toHaveProperty("references");
});
});

0 comments on commit 4555740

Please sign in to comment.