This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Description
Description:
When installing bst inside a docker container it won't execute tests.
Dockerfile:
FROM node:14.0-alpine
RUN apk add bash zip
RUN npm install bespoken-tools@latest -g
RUN bst -v
Steps To Reproduce
Steps to reproduce the behavior:
- Build a docker image with bst installed and run it
- Connect to the container
- Run bst test
Expected behavior
Tests should be executed correctly.
Actual behavior
The following error appears and bst is not executed:
(node:70) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:77) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)