protobuf-demo: Add placeholder src files

This commit is contained in:
willclarktech
2020-06-23 10:26:40 +02:00
parent 655965a34d
commit 8a8473e3f0
3 changed files with 5 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
describe("demo", () => {
it("runs", () => {
expect(true).toEqual(false);
});
});
View File
View File