protobuf-demo: Add placeholder src files

This commit is contained in:
willclarktech 2020-06-11 11:29:53 +01:00
parent 655965a34d
commit 8a8473e3f0
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
describe("demo", () => {
it("runs", () => {
expect(true).toEqual(false);
});
});

View File

View File