Update sewing-kit

This will now warn on unsafe lifecycle hooks like componentWillReceiveProps
This commit is contained in:
Ben Scott
2019-06-19 12:32:55 -07:00
parent 948e808a8a
commit f549c7fab2
20 changed files with 201 additions and 183 deletions

View File

@@ -76,7 +76,7 @@ describe('build', () => {
expect(fs.existsSync('./build/Sass.zip')).toBe(true);
});
it('generates the necessary typescript definition files', () => {
it('generates the typescript definition files', () => {
expect(fs.existsSync('./types/index.d.ts')).toBe(true);
});