Skip to content

Commit b918cca

Browse files
authored
Merge pull request #1210 from jonniespratley/fix/run_all_tests
fix(deps): upgrade all @webex versions
2 parents d45ea43 + 365d1cd commit b918cca

File tree

5 files changed

+474
-374
lines changed

5 files changed

+474
-374
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# react-widgets
22

3+
34
[![CircleCI](https://img.shields.io/circleci/project/github/webex/react-widgets/master.svg)](https://circleci.com/gh/webex/react-widgets)
45
[![license](https://img.shields.io/github/license/webex/react-widgets.svg)](https://github.com/webex/react-widgets/blob/master/LICENSE)
56
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"testRegex": ".test.js$",
2222
"testURL": "http://localhost",
2323
"moduleDirectories": [
24-
"/node_modules/",
24+
"node_modules",
2525
"/packages/node_modules/"
2626
],
2727
"modulePaths": [

0 commit comments

Comments
 (0)