Skip to content

Commit

Permalink
removed redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Oct 26, 2024
1 parent 43e1c32 commit 8564d03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9,052 deletions.
3 changes: 0 additions & 3 deletions __test__/treeSpider.es.min.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ describe('Bundle minified Version: Initialization', () => {
test('Bundle minified Version: Library got initialized', () => {
expect(init1).toBeInstanceOf(TreeSpider)
})
test('Bundle minified Version: D3 script got added to the UI', () => {
expect(document.querySelector("[src='https://cdn.jsdelivr.net/npm/d3@7']")).not.toBe(null)
})
test('Bundle minified Version: Multiple instances on the same page', () => {
const init2 = new TreeSpider({
targetContainer: '#bundle-min-init-2',
Expand Down
3 changes: 0 additions & 3 deletions __test__/treeSpider.es.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ describe('Bundle Version: Initialization', () => {
test('Bundle Version: Library got initialized', () => {
expect(init1).toBeInstanceOf(TreeSpider)
})
test('Bundle Version: D3 script got added to the UI', () => {
expect(document.querySelector("[src='https://cdn.jsdelivr.net/npm/d3@7']")).not.toBe(null)
})
test('Bundle Version: Multiple instances on the same page', () => {
const init2 = new TreeSpider({
targetContainer: '#bundle-init-2',
Expand Down
Loading

0 comments on commit 8564d03

Please sign in to comment.