@sasjs/test-framework
TypeScript icon, indicating that this package has built-in type declarations

1.5.7 • Public • Published

@sasjs/test-framework

A framework for running tests against a SAS server using SASjs

NPM JavaScript Style Guide

Install

npm install --save @sasjs/test-framework

Usage

import React, { Component } from "react";

import TestSuiteRunner from "@sasjs/test-framework";

class Example extends Component {
  render() {
    return <TestSuiteRunner testSuites={yourTestSuiteArray} />;
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @sasjs/test-framework

Weekly Downloads

0

Version

1.5.7

License

ISC

Unpacked Size

222 kB

Total Files

18

Last publish

Collaborators

  • krishna-acondy
  • allanbowe
  • yury_shkoda