Skip to content

Commit

Permalink
move dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 14, 2024
1 parent 7244d93 commit 56965d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion dummy.js

This file was deleted.

2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ esbuild
name: 'stub-ejs-deps',
setup(build) {
build.onResolve({ filter: dummyResolves }, args => {
return { path: require.resolve('./dummy.js') }
return { path: require.resolve('./src/dummy.js') }
});
},
},
Expand Down
2 changes: 2 additions & 0 deletions src/dummy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Empty module to replace unused node imports
module.exports = {}
2 changes: 0 additions & 2 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ for file in ./schemas/*.yaml; do
xtp plugin build
cd ..
done


0 comments on commit 56965d8

Please sign in to comment.