libreoffice-online/browser/mocha_tests
Caolán McNamara 4dfac103d0 fix error TS2694: Namespace 'cool' has no exported member 'TilesSection'.
in make check-local

Making check in browser
make[1]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser'
make  check-am
make[2]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser'
build cool completed
cp -a  "./../cypress_test/data/multiuser/cypress-multiuser.html" "./dist/cypress-multiuser.html"
Added HTML file for multiuser tests
make  check-local
make[3]: Entering directory 'jenkins/workspace/tinderbox_online_master_debug_vs_co-23.05/browser'
./node_modules/typescript/bin/tsc mocha_tests/SheetGeometry.test.ts --outfile mocha_tests/SheetGeometry.test.js --module none --lib dom,es2016 --target ES5
./node_modules/typescript/bin/tsc mocha_tests/Rectangle.test.ts --outfile mocha_tests/Rectangle.test.js --module none --lib dom,es2016 --target ES5
./node_modules/typescript/bin/tsc mocha_tests/CPointSet.test.ts --outfile mocha_tests/CPointSet.test.js --module none --lib dom,es2016 --target ES5
./node_modules/typescript/bin/tsc mocha_tests/CBounds.test.ts --outfile mocha_tests/CBounds.test.js --module none --lib dom,es2016 --target ES5
./node_modules/typescript/bin/tsc mocha_tests/CanvasSectionContainer.test.ts --outfile mocha_tests/CanvasSectionContainer.test.js --module none --lib dom,es2016 --target ES5
src/layer/tile/CanvasSectionContainer.ts(2094,78): error TS2694: Namespace 'cool' has no exported member 'TilesSection'.
Makefile:926: recipe for target 'mocha_tests/CanvasSectionContainer.test.js' failed
make[3]: *** [mocha_tests/CanvasSectionContainer.test.js] Error 2

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I9d6f130b7943165b3937cbbd70efcf0690c94b88
2024-01-11 16:17:07 +00:00
..
data
helper fix error TS2694: Namespace 'cool' has no exported member 'TilesSection'. 2024-01-11 16:17:07 +00:00
refs mocha: add unit test for L.LOUtil.Rectangle 2023-01-18 16:45:02 +05:30
CanvasSectionContainer.test.ts mocha: add tests for '-left' anchor flag 2023-01-18 16:45:02 +05:30
CBounds.test.ts
CPointSet.test.ts
Rectangle.test.ts mocha: add unit test for L.LOUtil.Rectangle 2023-01-18 16:45:02 +05:30
SheetGeometry.test.ts
tsconfig.json