[fix] @spalger identified as NSA mole. Run server-side tests in src/ui directory.

This commit is contained in:
Nicolás Bevacqua 2016-06-27 14:48:12 -03:00
parent a1be97efcd
commit 7e191b82dd

View file

@ -13,8 +13,7 @@ module.exports = {
'test/**/__tests__/**/*.js',
'src/**/__tests__/**/*.js',
'test/fixtures/__tests__/*.js',
'!src/**/public/**',
'!src/ui/**'
'!src/**/public/**'
]
}
};