UNPKG
europa-test
Version:
latest (6.0.0)
6.0.0
5.0.1
5.0.0
4.0.0
4.0.0-alpha1
Test framework for Europa Core implementations
github.com/neocotic/europa
neocotic/europa
europa-test
/
lib
/
esm
/
bundled-fixtures
/
index.d.ts
6 lines
(5 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BundledTestFixture
}
from
"../TestFixture"
;
/** * The test fixtures bundled within `europa-test`. */
export
declare
const
bundledFixtures
:
BundledTestFixture
[];