mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 16:10:06 +00:00
chore(sasjs-tests): use test framework in SASjs Tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import SASjs, { ServerType, SASjsConfig } from "@sasjs/adapter";
|
||||
import { TestSuite } from "../types";
|
||||
import { TestSuite } from "@sasjs/test-framework";
|
||||
|
||||
const defaultConfig: SASjsConfig = {
|
||||
serverUrl: window.location.origin,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import SASjs from "@sasjs/adapter";
|
||||
import { TestSuite } from "../types";
|
||||
import { TestSuite } from "@sasjs/test-framework";
|
||||
|
||||
const stringData: any = { table1: [{ col1: "first col value" }] };
|
||||
const numericData: any = { table1: [{ col1: 3.14159265 }] };
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import SASjs from "@sasjs/adapter";
|
||||
import { TestSuite } from "../types";
|
||||
import { TestSuite } from "@sasjs/test-framework";
|
||||
|
||||
const data: any = { table1: [{ col1: "first col value" }] };
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import SASjs from "@sasjs/adapter";
|
||||
import { TestSuite } from "../types";
|
||||
import { TestSuite } from "@sasjs/test-framework";
|
||||
|
||||
const specialCharData: any = {
|
||||
table1: [
|
||||
|
||||
Reference in New Issue
Block a user