aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/setupTests.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/setupTests.js')
-rw-r--r--ui-react/src/setupTests.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-react/src/setupTests.js b/ui-react/src/setupTests.js
index 55d746052..f5535835c 100644
--- a/ui-react/src/setupTests.js
+++ b/ui-react/src/setupTests.js
@@ -1,8 +1,8 @@
/*-
* ============LICENSE_START=======================================================
- * ONAP CLAMP
+ * ONAP POLICY-CLAMP
* ================================================================================
- * Copyright (C) 2019 AT&T Intellectual Property. All rights
+ * Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights
* reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +22,7 @@
*/
import { configure } from 'enzyme';
-import Adapter from 'enzyme-adapter-react-16';
+import Adapter from 'enzyme-adapter-react-17-updated';
configure({ adapter: new Adapter() });
global.fetch = require('jest-fetch-mock'); \ No newline at end of file