@nteract/fixtures
TypeScript icon, indicating that this package has built-in type declarations

2.3.19 • Public • Published

@nteract/fixtures

This package contains fixtures for immutable and string notebooks for use in nteract test suites.

Installation

$ yarn add @nteract/fixtures
$ npm install --save @nteract/fixtures

Usage

The example below shows how we can use this package to create a Redux store for a notebook with two code cells.

import { fixtureStore } from "@nteract/fixtures";

export default () => {
  const testStore = fixtureStore({ codeCellCount: 2 });
  return testStore;
};

Documentation

We're working on adding more documentation for this component. Stay tuned by watching this repository!

Support

If you experience an issue while using this package or have a feature request, please file an issue on the issue board and add the pkg:fixtures label.

License

BSD-3-Clause

Readme

Keywords

none

Package Sidebar

Install

npm i @nteract/fixtures

Weekly Downloads

987

Version

2.3.19

License

BSD-3-Clause

Unpacked Size

765 kB

Total Files

13

Last publish

Collaborators

  • hydrosquall
  • benabel
  • alexandercbooth
  • benrussert
  • mpacer
  • theengineear
  • yuvipanda
  • rgbkrk
  • lgeiger
  • ivanov
  • captainsafia
  • peggyrayzis
  • jdetle
  • hasch
  • willingc
  • stormpython
  • crystalline-cat
  • emeeks