1.0.0 • Published 7 years ago

zarathustra v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

@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.

NameTypeDescriptionDefault
shouldRunbooleanA boolean option.true
text*stringA 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