WA-230 Renaming safeList test

This commit is contained in:
apanizo 2018-04-17 09:39:46 +02:00
parent 5ddc5f7afe
commit 68c9c86287
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// @flow
import safesSelectorTests from './safes.selector'
describe('SafeList Test suite', () => {
// safesSelector SELECTOR
safesSelectorTests()
})