Skip to content

Commit

Permalink
test: refactor api-surface.ts batch #3 #1045
Browse files Browse the repository at this point in the history
Fixes #1045

Signed-off-by: Tommesha Wiggins <tommesha.wiggins@accenture.com>
  • Loading branch information
twiggins120 committed Jun 16, 2021
1 parent 6fbdca8 commit 3c30acc
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 97 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import test, { Test } from "tape-promise/tape";

import * as apiSurface from "../../../main/typescript/public-api";

test("Library can be loaded", (t: Test) => {
t.ok(apiSurface, "apiSurface truthy OK");
t.end();
});

This file was deleted.

0 comments on commit 3c30acc

Please sign in to comment.