Skip to content

Commit

Permalink
🗑️ [feat/rework-scania] #78 global clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Mar 13, 2022
1 parent cdc115e commit 04feffb
Show file tree
Hide file tree
Showing 14 changed files with 588 additions and 764 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
node-version: [ 16.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
Empty file removed empty.js
Empty file.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
'<rootDir>/lib',
'<rootDir>/servers'
],
//clearMocks: true,
coverageDirectory: 'coverage',
collectCoverageFrom: [
'src/**/*.vue',
Expand Down
2 changes: 1 addition & 1 deletion lib/config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"general_refresh_rate" : 100,
"general_skin_on_load" : "Map",
"general_skin_on_load" : "JAGFx",
"general_h-shift-layout" : "h-shifter",
"general_skin_locale" : "en-EN",
"general_job_remaining" : "due_date",
Expand Down
Loading

0 comments on commit 04feffb

Please sign in to comment.