@capillarytech/creatives-library 7.13.13 → 7.13.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capillarytech/creatives-library",
|
|
3
3
|
"author": "meharaj",
|
|
4
|
-
"version": "7.13.
|
|
4
|
+
"version": "7.13.14",
|
|
5
5
|
"description": "Capillary creatives ui",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"module": "./index.es.js",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "LicenseRef-LICENSE",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@babel/polyfill": "7.4.3",
|
|
16
15
|
"@bugsnag/js": "^7.2.1",
|
|
17
16
|
"@bugsnag/plugin-react": "^7.2.1",
|
|
18
17
|
"@capillarytech/cap-ui-utils": "1.4.2",
|
|
@@ -22,4 +22,4 @@ export const RCS = "RCS";
|
|
|
22
22
|
export const SHOW_CONTANER_LOADER = "app/CreativesContainer/SHOW_CONTANER_LOADER";
|
|
23
23
|
export const HIDE_CONTAINER_LOADER = "app/CreativesContainer/HIDE_CONTAINER_LOADER";
|
|
24
24
|
|
|
25
|
-
export const WHATSAPP_HELP_DOC_LINK = "https://
|
|
25
|
+
export const WHATSAPP_HELP_DOC_LINK = "https://docs.capillarytech.com/docs/create-whatsapp-template";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is not an integration test rather it's created to run the integration test script for now.
|
|
3
|
-
* The tests case and file name will be re-written as per the requirement in future.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
describe('Create Templates ', () => {
|
|
7
|
-
it('Should pass the test case for truthy values', async () => {
|
|
8
|
-
expect(true).toBeTruthy();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
it('Should pass the test case for falsy values', async () => {
|
|
12
|
-
expect(false).toBeFalsy();
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('Should pass the test case for falsy values', async () => {
|
|
16
|
-
expect({}).toEqual({});
|
|
17
|
-
});
|
|
18
|
-
});
|