[REF] initial prototype of owl 2

This commit is contained in:
Géry Debongnie
2020-11-26 16:45:25 +01:00
committed by Aaron Bohy
parent c06049076a
commit e746574a1d
186 changed files with 29153 additions and 33120 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"
},