mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 05:41:16 +00:00
10 lines
88 B
TypeScript
10 lines
88 B
TypeScript
/**
|
|
* @format
|
|
*/
|
|
|
|
export const _ = 0
|
|
|
|
it('adds', () => {
|
|
expect(2 + 2).toBe(4)
|
|
})
|