jest-slack-integration
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -26,3 +26,3 @@ const readPkg = require('read-pkg') | ||
title: 'Your Test Results Are In!', | ||
author_name: (packageJson.appName) ? packageJson.appName : 'App', | ||
author_name: (packageJson.jestSlackIntegration.appName) ? packageJson.jestSlackIntegration.appName : 'App', | ||
mrkdwn_in: ['text'], | ||
@@ -29,0 +29,0 @@ text: 'Here is a quick summary of the jest test results.. \nrun `jest` locally to see all the details \n..', |
@@ -27,3 +27,3 @@ 'use strict'; | ||
title: 'Your Test Results Are In!', | ||
author_name: packageJson.appName ? packageJson.appName : 'App', | ||
author_name: packageJson.jestSlackIntegration.appName ? packageJson.jestSlackIntegration.appName : 'App', | ||
mrkdwn_in: ['text'], | ||
@@ -30,0 +30,0 @@ text: 'Here is a quick summary of the jest test results.. \nrun `jest` locally to see all the details \n..', |
{ | ||
"name": "jest-slack-integration", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "This script allows you to post test results to slack", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72547