0280e4e609
* chore(shared): ensure @speckle/shared can be required & imported * ensure build is invoked before e2e tests
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
import { isNullOrUndefined } from '@speckle/shared'
|
|
|
|
if (!isNullOrUndefined) {
|
|
throw new Error('Could not process @speckle/shared ESM import')
|
|
}
|