Skip to content

Commit

Permalink
doc: test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Oct 2, 2024
1 parent 9fc1d3f commit ff5234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Using [Jest](https://jestjs.io/).

```bash
npm run test:unit -- --verbose --watchAll
npm run test:unit -- filename --verbose --watchAll
```

**E2E testing**: generate Cosma's HTML and Markdown files and make some asserts on.
Expand Down
2 changes: 1 addition & 1 deletion core/utils/paraphExtractor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This is a paragraph`,
},
];

describe('extractCitations', function () {
describe('paraphExtractor', function () {
for (const test of tests) {
it(test.description, () => {
expect(extractParaphs(test.input)).toEqual(test.expected);
Expand Down

0 comments on commit ff5234c

Please sign in to comment.