Skip to content

Commit

Permalink
reset testPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-bs committed Aug 2, 2023
1 parent 6c62619 commit 0a69a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/testPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Vite Nightwatch plugin basic tests', function() {

const Plugin = require('../../index.js');
const server = Plugin();

server.configureServer({
transformIndexHtml(url, data) {
assert.strictEqual(url, 'http://localhost');
Expand Down

0 comments on commit 0a69a06

Please sign in to comment.