1
0
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:
Yury Shkoda
2023-05-29 17:40:40 +03:00
parent 828aef1873
commit e2cb787f89

View File

@@ -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),