mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-23 21:28:36 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
describe("exampleTest", () => {
|
|
it("this is a dummy test demonstrating unit testing", () =>
|
|
expect("hello").toEqual("hello"));
|
|
});
|