allure-js
allure-js copied to clipboard
Cannot find module 'hermione-allure/runtime' or its corresponding type declarations
Describe the bug There is no imports in "hermione-allure/runtime" as described in documentation
To Reproduce Steps to reproduce the behavior:
- Create empty project
- exec
npm install typescript hermione-allure
- create file 'test.ts' with content
import { allure } from "hermione-allure/runtime";
- exec
tsc --noEmmit test.ts
- See error
Expected behavior Export must be in "hermione-allure/runtime" or change documentation
Screenshots
Desktop:
- OS: iOS
- Version 2.14.1
- node version v20.10.0