Skip to content

Commit

Permalink
Remove import hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos authored Oct 3, 2023
1 parent 42ddeea commit 737a121
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/plugin_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ describe('TropiiifyPlugin', () => {
it('responds to export hook', () => {
assert.equal(typeof (new TropiiifyPlugin).export, 'function')
})

it('responds to import hook', () => {
assert.equal(typeof (new TropiiifyPlugin).import, 'function')
})
})

0 comments on commit 737a121

Please sign in to comment.