zarathustra

1.0.0 • Public • Published

@zoroaster/zarathustra

npm version

@zoroaster/zarathustra is A serverless test runner.

yarn add -E @zoroaster/zarathustra

Table Of Contents

API

The package is available by importing its default function:

import zarathustra from '@zoroaster/zarathustra'

zarathustra(
  arg1: string,
  arg2?: boolean,
): void

Call this function to get the result you want.

Config: Options for the program.

Name Type Description Default
shouldRun boolean A boolean option. true
text* string A text to return. -
/* yarn example/ */
import zarathustra from '@zoroaster/zarathustra'

(async () => {
  const res = await zarathustra({
    text: 'example',
  })
  console.log(res)
})()
example

Copyright

(c) Context Testing 2018

Readme

Keywords

Package Sidebar

Install

npm i zarathustra

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.37 kB

Total Files

8

Last publish

Collaborators

  • zvr