mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +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 React, { ReactElement, useState, useContext, useEffect } from 'react'
|
||||||
import { TestSuiteRunner, TestSuite, AppContext } from '@sasjs/test-framework'
|
import { TestSuiteRunner, TestSuite, AppContext } from '@sasjs/test-framework'
|
||||||
import { basicTests } from './testSuites/Basic'
|
import { basicTests } from './testSuites/Basic'
|
||||||
// import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
||||||
// import { specialCaseTests } from './testSuites/SpecialCases'
|
// import { specialCaseTests } from './testSuites/SpecialCases'
|
||||||
// import { sasjsRequestTests } from './testSuites/SasjsRequests'
|
// import { sasjsRequestTests } from './testSuites/SasjsRequests'
|
||||||
// import '@sasjs/test-framework/dist/index.css'
|
// import '@sasjs/test-framework/dist/index.css'
|
||||||
@@ -16,8 +16,8 @@ const App = (): ReactElement<{}> => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (adapter) {
|
if (adapter) {
|
||||||
const testSuites = [
|
const testSuites = [
|
||||||
basicTests(adapter, config.userName, config.password)
|
// basicTests(adapter, config.userName, config.password)
|
||||||
// sendArrTests(adapter, appLoc),
|
sendArrTests(adapter, appLoc)
|
||||||
// sendObjTests(adapter),
|
// sendObjTests(adapter),
|
||||||
// specialCaseTests(adapter),
|
// specialCaseTests(adapter),
|
||||||
// sasjsRequestTests(adapter),
|
// sasjsRequestTests(adapter),
|
||||||
|
|||||||
Reference in New Issue
Block a user