Skip to content

Commit

Permalink
refactor: removing skip for detect-intent-sentiment-analysis-test test (
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin authored Mar 8, 2024
1 parent e9fec8d commit ea12b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {describe, it} = require('mocha');
const execSync = require('child_process').execSync;
const exec = cmd => execSync(cmd, {encoding: 'utf8'});

describe.skip('detect intent with sentiment analysis', () => {
describe('detect intent with sentiment analysis', () => {
const cmd = 'node detect-intent-with-sentiment-analysis.js';

const projectId = process.env.GCLOUD_PROJECT;
Expand Down

0 comments on commit ea12b75

Please sign in to comment.