allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

Cannot find module 'hermione-allure/runtime' or its corresponding type declarations

Open hheimerd opened this issue 10 months ago • 0 comments

Describe the bug There is no imports in "hermione-allure/runtime" as described in documentation

To Reproduce Steps to reproduce the behavior:

  1. Create empty project
  2. exec npm install typescript hermione-allure
  3. create file 'test.ts' with content
import { allure } from "hermione-allure/runtime";
  1. exec tsc --noEmmit test.ts
  2. See error

Expected behavior Export must be in "hermione-allure/runtime" or change documentation

Screenshots Screenshot 2024-03-28 at 15 52 15

Desktop:

  • OS: iOS
  • Version 2.14.1
  • node version v20.10.0

hheimerd avatar Mar 28 '24 14:03 hheimerd