mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 05:59:32 +00:00
Expo SDK 51 TypeScript scaffold with all architecture files. Verified: tsc 0 errors, jest passes.
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
describe('placeholder', () => {
|
|
it('passes', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|