Skip to content

Instantly share code, notes, and snippets.

View ThePuscher's full-sized avatar
🏛️
ERASMUS@Sapienza

Joshua Michael Pusch ThePuscher

🏛️
ERASMUS@Sapienza
  • Munich, Germany
View GitHub Profile
@ThePuscher
ThePuscher / README.md
Last active September 26, 2024 14:14
How to use shoelace with angular

How to use shoelace with angular

1. Install shoelace

npm i @shoelace-style/shoelace -S

2. Enable Custom Elements

@ThePuscher
ThePuscher / README.md
Last active April 23, 2022 17:54
jest with ES6 modules

jest with ES6 modules

If you encounter this error when trying to use ES6 modules with jest:

SyntaxError: Cannot use import statement outside a module

Run the tests with:

NODE_OPTIONS=--experimental-vm-modules npx jest