3.2.0 • Published 5 years ago

@loquat/testutil v3.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@loquat/testutil

Test utilities.

Installation

npm i -D @loquat/core @loquat/testutil
# or
yarn add -D @loquat/core @loquat/testutil

Usage

First, you need to instantiate testutil.

const core = require("@loquat/core")();
const testutil = require("@loquat/testutil")(core);

Chai plugin

chai.use(testutil.plugin);

The following language chains are available:

  • .equalPositionTo(pos)
  • .equalErrorMessageTo(msg)
  • .equalErrorMessagesTo(msgs)
  • .equalErrorTo(err)
  • .equalConfigTo(config)
  • .equalStateTo(state)
  • .equalResultTo(res)
  • .be.a.parser

Test helpers

testutil.helpers contains test helper functions.

  • createDummyParser: Create a parser that always fails without consumption

License

Copyright 2019 Susisu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
3.2.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

3.0.0-alpha.2

5 years ago

3.0.0-alpha.1

5 years ago