pact-foundation / jest-pact

A Pact adaptor for to allow you to easily run tests with Jest
https://pact.io
MIT License
80 stars 12 forks source link

chore(docs): fix typos on README #220

Closed ltsuda closed 1 year ago

ltsuda commented 1 year ago

This commit fix some typos on the README file

Checklist

Test Suites: 7 passed, 7 total
Tests:       22 skipped, 18 passed, 40 total
Snapshots:   0 total
Time:        4.257 s
Ran all test suites.

> jest-pact@0.10.2 build
> rimraf dist && tsc --project tsconfig.dist.json

node_modules/@pact-foundation/pact-core/src/types.d.ts:1:8 - error TS1259: Module '"/home/ltsuda/developer/jest-pact/node_modules/@types/needle/index"' can only be default-imported using the 'esModuleInterop' flag

1 import needle from 'needle';
         ~~~~~~

  node_modules/@types/needle/index.d.ts:353:1
    353 export = needle;
        ~~~~~~~~~~~~~~~~
    This module is declared with using 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.

Found 1 error in node_modules/@pact-foundation/pact-core/src/types.d.ts:1

Description

TimothyJones commented 1 year ago

Some of these aren't typos; this project is in British English as the maintainers are based in Australia.

mefellows commented 1 year ago

Thanks!