mirror of
https://github.com/coder/code-server.git
synced 2026-06-18 07:57:10 +02:00
Revert "refactor: move test-plugin to integration suite"
This reverts commit bc02005dc0.
I couldn't get past some GLIBC errors in CI so moving back to unit
tests.
This commit is contained in:
9
test/unit/node/test-plugin/.eslintrc.js
Normal file
9
test/unit/node/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