[REF] initial prototype of owl 2

This commit is contained in:
Géry Debongnie
2020-11-26 16:45:25 +01:00
parent 4e3b7c74da
commit 7ac20f4fc2
187 changed files with 29162 additions and 32486 deletions
+2 -1
View File
@@ -55,7 +55,7 @@
"sass": "^1.16.1",
"source-map-support": "^0.5.10",
"ts-jest": "^27.0.5",
"typescript": "^3.7.2",
"typescript": "3.9.6",
"uglify-es": "^3.3.9"
},
"jest": {
@@ -64,6 +64,7 @@
"<rootDir>/src",
"<rootDir>/tests"
],
"setupFiles": ["./tests/mocks/mockEventTarget.js"],
"transform": {
"^.+\\.ts?$": "ts-jest"
},