fix(user-config): Layer switcher key behaviour on non-base layers (#440)
* refactor(user-config): Optimize imports * feat(user-config): Clone SwitchLayerAction to destination layer * fix(user-config): Fix Keymap SwitchLayerAction normalization * test(user-config): Remove spy callThrough * build: Add uhk-common test runner * build: delete test serialization files * fix(user-config): Add missing "type": "basic" properties to the user-config.json * test(user-config): Add KeyMacroAction tests * fix(user-config): Delete SwitchLayerAction from non destination layer * fix(user-config): Keymap normalize delete SwitchLayerActions from non base layers * ci: turn of uhk-web tests * ci: turn off karma watch mode in uhk-web test
This commit is contained in:
committed by
László Monda
parent
46b97a9b62
commit
7baf9ad009
@@ -18,6 +18,7 @@ shallow_clone: true
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- choco install chromium
|
||||
- set CI=true
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- node -v
|
||||
@@ -27,5 +28,6 @@ install:
|
||||
test_script:
|
||||
- appveyor-retry npm run build
|
||||
- npm run lint
|
||||
- set CHROME_BIN="C:\Program Files (x86)\Chromium\Application\chrome.exe"
|
||||
- npm run test
|
||||
- npm run release
|
||||
|
||||
Reference in New Issue
Block a user