protobuf-demo: Add placeholder src files
This commit is contained in:
parent
655965a34d
commit
8a8473e3f0
5
packages/protobuf-demo/src/demo.spec.ts
Normal file
5
packages/protobuf-demo/src/demo.spec.ts
Normal file
@ -0,0 +1,5 @@
|
||||
describe("demo", () => {
|
||||
it("runs", () => {
|
||||
expect(true).toEqual(false);
|
||||
});
|
||||
});
|
||||
0
packages/protobuf-demo/src/demo.ts
Normal file
0
packages/protobuf-demo/src/demo.ts
Normal file
0
packages/protobuf-demo/types/demo.d.ts
vendored
Normal file
0
packages/protobuf-demo/types/demo.d.ts
vendored
Normal file
Loading…
Reference in New Issue
Block a user