Merge pull request #66 from o-development/feat/notifications

Fix tests
main
jaxoncreed 8 months ago committed by GitHub
commit e90a363d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/cli/test/trivial.test.ts

@ -0,0 +1,5 @@
describe("cli", () => {
it("trivial", () => {
expect(true).toBe(true);
});
});
Loading…
Cancel
Save