mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-04-30 10:12:27 +08:00
Update sewing-kit
This will now warn on unsafe lifecycle hooks like componentWillReceiveProps
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user