Expected Behaviour
var cssTools = require('@adobe/css-tools');
This should let me use cssTools.parse().
Actual Behaviour
When trying to use matchers from @testing-library/jest-dom I get the following error message:
Cannot find module '@adobe/css-tools' from 'node_modules/@testing-library/jest-dom/dist/matchers-d012a0f1.js'
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem