mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 20:40:05 +00:00
chore(sasjs-tests): trying to run only sendArrTests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { ReactElement, useState, useContext, useEffect } from 'react'
|
||||
import { TestSuiteRunner, TestSuite, AppContext } from '@sasjs/test-framework'
|
||||
import { basicTests } from './testSuites/Basic'
|
||||
// import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
||||
import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
||||
// import { specialCaseTests } from './testSuites/SpecialCases'
|
||||
// import { sasjsRequestTests } from './testSuites/SasjsRequests'
|
||||
// import '@sasjs/test-framework/dist/index.css'
|
||||
@@ -16,8 +16,8 @@ const App = (): ReactElement<{}> => {
|
||||
useEffect(() => {
|
||||
if (adapter) {
|
||||
const testSuites = [
|
||||
basicTests(adapter, config.userName, config.password)
|
||||
// sendArrTests(adapter, appLoc),
|
||||
// basicTests(adapter, config.userName, config.password)
|
||||
sendArrTests(adapter, appLoc)
|
||||
// sendObjTests(adapter),
|
||||
// specialCaseTests(adapter),
|
||||
// sasjsRequestTests(adapter),
|
||||
|
||||
Reference in New Issue
Block a user