Skip to content

Commit

Permalink
modifique analyzer.spec.js para que se salte
Browse files Browse the repository at this point in the history
Modifique analyzer.spec.js para que se salte los test opcionales
ya que no logre avanzar mas
  • Loading branch information
AGonzalesHuamani committed Jan 9, 2024
1 parent 2d56911 commit 8a7fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/analyzer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('analyzer', () => {
});

//TODO: Remove .skip to execute the test for optional functionalities.
describe('Optional:', () => {
describe.skip('Optional:', () => {
const TEST_TEST_EMPTY = '';
const TEST_TEST_SPACES = ' ';
const TEST_TEXT_PUNCTUATION_MARKS = '.,;:"«»[]{}()¿?¡!-';
Expand Down

0 comments on commit 8a7fec3

Please sign in to comment.