Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: install tailwind #1548

Merged
merged 2 commits into from
Aug 26, 2024
Merged

build: install tailwind #1548

merged 2 commits into from
Aug 26, 2024

Conversation

gulfaraz
Copy link
Member

Describe your changes

Install Tailwind CSS for use in the IBF dashboard.

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have added tests wherever relevant
  • I have made sure that all automated checks pass before requesting a review

@gulfaraz
Copy link
Member Author

> test:api:all
> node --expose-gc node_modules/.bin/jest --config=jest.api.config.js --runInBand --detectOpenHandles --logHeapUsage

ts-jest[versions] (WARN) Version 4.9.5 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=2.7.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
 PASS  test/email/drought/email-uga-drought.test.ts (17.443s, 214 MB heap size)
  Should send an email for uga drought
    ✓ triggered in january (7291ms)
    ✓ non triggered any month (8319ms)

 PASS  test/email/floods/email-uga-floods.test.ts (33.934s, 215 MB heap size)
  Should send an email for uga floods
    ✓ default (8635ms)
    ✓ warning (8363ms)
    ✓ warning-to-trigger (8203ms)
    ✓ no-trigger (8111ms)

 PASS  test/email/floods/email-ssd-floods.test.ts (15.544s, 225 MB heap size)
  Should send an email for ssd floods
    ✓ default (7992ms)
    ✓ no-trigger (7274ms)

 PASS  test/email/flash-flood/email-mwi-flash-flood.test.ts (32.519s, 216 MB heap size)
  Should send an email for mwi flash flood
    ✓ default (8660ms)
    ✓ no-trigger (23583ms)

 PASS  test/email/malaria/email-eth-malaria.test.ts (16.868s, 226 MB heap size)
  Should send an email for eth malaria
    ✓ default (7592ms)
    ✓ no-trigger (9025ms)

 PASS  test/email/dengue/email-phl-dengue.test.ts (16.092s, 217 MB heap size)
  Should send an email for phl dengue
    ✓ default (8127ms)
    ✓ no-trigger (7666ms)

 PASS  test/email/typhoon/email-phl-typhoon.test.ts (13.082s, 225 MB heap size)
  Should send an email for phl typhoon
    ✓ default (12791ms)

Test Suites: 7 passed, 7 total
Tests:       15 passed, 15 total
Snapshots:   0 total
Time:        146.196s
Ran all test suites.

@gulfaraz gulfaraz requested a review from arsforza August 23, 2024 15:27
@gulfaraz gulfaraz merged commit 8a25391 into master Aug 26, 2024
6 checks passed
@gulfaraz gulfaraz deleted the build.tailwind branch August 26, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants