Skip to content

Commit 18b829b

Browse files
committed
lint ignore ui tests
;
1 parent 3f86ad6 commit 18b829b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version: ${{ matrix.node-version }}
6565
cache: 'npm'
6666
- run: npm ci
67-
- name: Create local config for tests to use the couchdb from the container
67+
- name: Create local config for tests to use the couchdb outside the container
6868
run: |
6969
echo 'module.exports = { usersDbConnection: { url: "http://localhost:5984" }};' > config/localhost.js
7070
- name: Run Integration tests

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ module.exports = defineConfig([
4444
"semi": ["error", "always"],
4545
},
4646
},
47-
globalIgnores(["**/public", "lib/About.js", "lib/FieldDB.js"]),
47+
globalIgnores(["**/public", "lib/About.js", "lib/FieldDB.js", "FieldDB"]),
4848
]);

0 commit comments

Comments
 (0)