Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Need an update #6

Description

@eric-burel

Hi,

That would be great to update this repo with the last version of Chai. For example, the assert.approximately method is not present yet is very useful.

Would it require a lot of work ?

So far the alternative is to use directly the chai npm package :
meteor npm install --save-dev chai
Chai uses the buffer package (I don't know why), so we have to install it too :
meteor npm install --save-dev buffer
Then in the code we replace import { assert } from practicalmeteor:chai with import { assert } from chai.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions