Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/tneely/jelly/actions/runs/1547380357

------

*Automatically created by projen via the "upgrade-release" workflow*

Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Dec 7, 2021
1 parent ea21b9b commit 299fc23
Show file tree
Hide file tree
Showing 3 changed files with 989 additions and 910 deletions.
26 changes: 13 additions & 13 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions test/hello.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Hello } from '../src';

test('hello', () => {
expect(new Hello().sayHello()).toBe('hello, world!');
});
Loading

0 comments on commit 299fc23

Please sign in to comment.