* added test setup * added missing deps * support for new babel config * update enzyme types to restrict to 3.10.4 itself Co-Authored-By: Michael Kochell <mjkochell@gmail.com> * pkg name change * fixed to absolute versioning for all dependencies Co-authored-by: Michael Kochell <mjkochell@gmail.com>
This commit is contained in:
parent
88991946af
commit
80fb59276d
6 changed files with 4653 additions and 690 deletions
4
webapp/tests/setup.js
Normal file
4
webapp/tests/setup.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import 'mattermost-webapp/tests/setup';
|
Reference in a new issue