Files
speckle-server/packages/shared/e2e/testCjs.cjs
T
Kristaps Fabians Geikins 0280e4e609 chore(shared): ensure @speckle/shared can be required & imported (#4442)
* chore(shared): ensure @speckle/shared can be required & imported

* ensure build is invoked before e2e tests
2025-04-15 17:27:32 +03:00

6 lines
153 B
JavaScript

const { isNullOrUndefined } = require('@speckle/shared')
if (!isNullOrUndefined) {
throw new Error('Could not process @speckle/shared CJS require')
}