Tobias Åström
388730565e
fix: fetch image resource with auth params ( #1757 )
...
* fix: fetch image resource with auth params
* chore: refactor to pre-load the query params
* chore: correct non-async
* chore: fix mock of auth
* chore: qlik/api 1.37.0
2025-06-24 12:01:31 +02:00
Tobias Åström
32d600e88b
chore: convert rendering tests to es6 ( #1658 )
...
* chore: convert rendering tests to es6
* chore: fix cjs config usage
* chore: fix cjs config usage
* chore: fix verify translations
* chore: babel and jest es6
* chore: aw cjs
* chore: aw cjs
* chore: aw cjs
* chore: fix path
2024-12-30 14:40:28 +01:00
Ahmad Mirzaei
6454769e5b
test: rename test files and update ci pipeline ( #1009 )
...
* test: deprecate `aw` and rename all jest unit tests from `.inspect` to `.test`
* test: rename jest unit tests and update ci
2022-11-18 13:26:15 +01:00
Ahmad Mirzaei
f549fdfa01
test: package/ui directory done ( #1008 )
...
* test: utils covered
* test: `packages/ui` directory done
2022-11-18 13:05:44 +01:00
Ahmad Mirzaei
5f824c3bfd
test: utils directory in commands/serve/web is covered ( #1007 )
...
* test: utils covered
* chore: upd collect coverage
2022-11-16 15:35:07 +01:00
renovate[bot]
7ffc7205a5
chore(deps): update dependency d3-color to v3 [security] ( #942 )
...
* chore(deps): update dependency d3-color to v3 [security]
* chore: add name mapper for d3-color
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com >
2022-11-15 18:21:24 +01:00
Ahmad Mirzaei
1c8dd28078
test: nebula web - part 01 ( #1004 )
...
* test: base test renderer
* test: `<ConnectionStep />`
* test: `<AppList /> tests`
* test: `<ConnectionGuid />`
* test: `<HubLayout />`
* test: `<ConnectionHistory />`
* test: `<ConnectionOptions />` done
* test: `<Error />` done
* test: `<SelectEngine />` done
2022-11-14 13:55:04 +01:00
Ahmad Mirzaei
03869884fd
test: deprecating after work tests - Part 8 ( #992 )
...
* test: deprecate aw part 8
2022-11-09 13:21:52 +01:00
Ahmad Mirzaei
54d8c5cab5
test: deprecating after work tests - Part 15 ( #1003 )
...
* test: `listbox/selections`
2022-11-09 10:52:25 +01:00
Ahmad Mirzaei
2ac2ad227c
test: deprecating after work tests - Part 14 ( #1002 )
...
* test: `listbox/interactions`
2022-11-09 10:24:03 +01:00
Ahmad Mirzaei
9e6ee74682
test: deprecating after work tests - Part 13 ( #1001 )
...
* test: `listbox/hooks`
2022-11-09 10:05:57 +01:00
Ahmad Mirzaei
420534aee8
test: deprecating after work tests - Part 12 ( #1000 )
...
* test: `listbox/components`
2022-11-09 09:53:04 +01:00
Ahmad Mirzaei
7b314650f0
test: deprecating after work tests - Part 11 ( #998 )
...
* fix: `listbox/__tests__`
2022-11-09 09:41:07 +01:00
Ahmad Mirzaei
afebec0d26
test: nucleus/src/object done ( #980 )
2022-11-01 11:13:22 +01:00
Ahmad Mirzaei
204d2df55e
test: deprecating after work tests - Part 6 ( #978 )
...
* test: nucleus `src/__tests__`
* test: `nucleus/src/utils` done
* test: `nucleus/src/stores` done
* test: `nucleus/src/sn` done
* test: `nucleus/src/plugins` done
* test: upd collect coverage
* chore: add comment on skipped test
2022-11-01 10:59:08 +01:00
Ahmad Mirzaei
c354633132
feat: OAuth integration in nebula mashup ( #962 )
...
* chore: authorize and get list of apps
* feat: oauth integration
* feat: fixed the wss link
* chore: lint issues
* chore: codesandbox `installCommand`
2022-10-18 12:15:48 +02:00
Ahmad Mirzaei
40c49db8de
chore: publish jest coverage to code climate ( #954 )
...
* chore: upload coverage into coveralls.io
2022-10-10 12:48:52 +02:00
Ahmad Mirzaei
4f483dd11a
test: Deprecating after work tests in favour of jest - Part 4 ( #948 )
...
* chore: adjust `maxWorkers` for jest
* test: `test-utils` and `theme` directory covered
2022-10-07 09:23:21 +02:00
Ahmad Mirzaei
bf243df3ef
test: Deprecating after work tests in favour of jest - Part 3 ( #943 )
...
* test: `apis/enigma-mocker` folder covered
* test: `apis/locale` folder covered
* test: `apis/snapshooter` folder covered
* test: `apis/supernova` folder covered
* chore: adjust `maxWorkers` for jest
2022-10-03 16:37:14 +02:00
Ahmad Mirzaei
e2321b0b45
test: Deprecating after work tests in favour of jest - Part 2 ( #941 )
...
* test: `apis/enigma-mocker` folder covered
2022-09-30 15:21:39 +02:00
Ahmad Mirzaei
f2aa2d5d52
test: Deprecating after work tests in favour of jest - Part 1 ( #940 )
...
* test: `commands/sense` done
* test: `apis/conversion` tests migrated
* test: remove deprecated tests
2022-09-30 15:09:52 +02:00
Ahmad Mirzaei
58e375820c
test: unit tests for commands/serve/web/connect.js file ( #937 )
...
* refactor: `connect()` and `openApp()`
* test: connect function covered
* chore: renaming jests test commands
* chore: adding override rule for non `commands/serve` directories to skip jest rules
* test: openApp() covered
* test: `getConnectionInfo()` covered
* test: covering parseEngineURL() and getParams()
* chore: switching jest test files to `.inspect` to prevent conflict with aw
2022-09-27 13:21:17 +02:00
Ahmad Mirzaei
5990d85a95
test: Migration to jest ( #935 )
...
* jest initialised
* refactor: `connect()` and `openApp()`
* test: integrate to jest
* chore: renaming jests test commands
* chore: adding override rule for non `commands/serve` directories to skip jest rules
2022-09-26 11:02:32 +02:00