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