Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

feathers-service-tests

feathersjs43deprecated0.10.2

This module has been moved to @feathersjs/adapter-commons/tests in the main Feathers repository

A standardized testing harness for Feathers services

feathers, feathers-plugin

readme

feathers-service-tests

Greenkeeper badge

Build Status Dependency Status Download Status Slack Status

A standardized testing harness for Feathers services

About

feathers-service-tests is a test harness for different database service adapters to verify a common querying interface. Currently it is used by:

License

Copyright (c) 2016

Licensed under the MIT license.

changelog

Change Log

v0.10.0 (2017-05-02)

Full Changelog

Closed issues:

  • Update ORM tests to cover common requirements #38

Merged pull requests:

v0.9.3 (2017-01-07)

Full Changelog

Merged pull requests:

  • Do not rely on order of items returned without sorting. #35 (jciolek)

v0.9.2 (2017-01-04)

Full Changelog

Closed issues:

  • Add test for $search #7

Merged pull requests:

  • Add tests for limit 0 with pagination #34 (daffl)

v0.9.1 (2016-11-15)

Full Changelog

Merged pull requests:

  • Do not pass an id to create #33 (daffl)

v0.9.0 (2016-11-11)

Full Changelog

Closed issues:

  • Add test for using $select with get #25

Merged pull requests:

  • Support $select in get and make sure patch many only returns changed items #32 (daffl)
  • 👻😱 Node.js 0.10 is unmaintained 😱👻 #31 (greenkeeperio-bot)

v0.8.2 (2016-10-25)

Full Changelog

Merged pull requests:

v0.8.1 (2016-09-28)

Full Changelog

Closed issues:

  • Add test for $sort direction coming in as a string. #21

Merged pull requests:

  • Add test for sorting with strings #22 (daffl)

v0.8.0 (2016-09-21)

Full Changelog

Merged pull requests:

  • Add tests for proper multi patch #20 (daffl)

v0.7.1 (2016-09-20)

Full Changelog

Merged pull requests:

  • Verify id property for multiple updates #19 (daffl)

v0.7.0 (2016-09-07)

Full Changelog

Merged pull requests:

v0.6.2 (2016-07-08)

Full Changelog

Merged pull requests:

  • Also make sure that update and create do not modify their data #14 (daffl)

v0.6.1 (2016-07-08)

Full Changelog

Merged pull requests:

  • Make sure that id properties are not changed #13 (daffl)

v0.6.0 (2016-06-16)

Full Changelog

Closed issues:

  • NPM version different from current compiled version. #4

Merged pull requests:

v0.5.8 (2016-04-01)

Full Changelog

v0.5.7 (2016-04-01)

Full Changelog

v0.5.6 (2016-04-01)

Full Changelog

v0.5.5 (2016-04-01)

Full Changelog

v0.5.4 (2016-02-22)

Full Changelog

Merged pull requests:

v0.5.3 (2015-12-30)

Full Changelog

v0.5.2 (2015-12-19)

Full Changelog

v0.5.1 (2015-12-09)

Full Changelog

v0.5.0 (2015-12-02)

Full Changelog

v0.4.0 (2015-12-01)

Full Changelog

Closed issues:

  • Supported databases #1

Merged pull requests:

  • Promises, patch/remove/create many and pagination tests #2 (daffl)

v0.3.0 (2015-11-07)

Full Changelog

v0.2.1 (2015-11-04)

Full Changelog

v0.2.0 (2015-11-04)

Full Changelog

v0.1.1 (2015-11-03)

Full Changelog

v0.1.0 (2015-10-28)

* This Change Log was automatically generated by github_changelog_generator