mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 23:07:27 +02:00
refactor: move test-plugin to integration suite
This seems more appropriate given this tests how a plugin might work within code-server.
This commit is contained in:
9
test/integration/test-plugin/.eslintrc.js
Normal file
9
test/integration/test-plugin/.eslintrc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
settings: {
|
||||
"import/resolver": {
|
||||
typescript: {
|
||||
project: __dirname,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user