mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 22:55:56 +08:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
/* eslint-env mocha */
|
|
|
|
suite('components/StaticContainer', () => {
|
|
test.skip('NO TEST COVERAGE', () => {})
|
|
})
|