mirror of https://github.com/AMT-Cheif/drift.git
22 lines
384 B
YAML
22 lines
384 B
YAML
name: web
|
|
description: Run integration tests for Moor on the web
|
|
environment:
|
|
sdk: '>=2.4.0 <3.0.0'
|
|
|
|
dependencies:
|
|
tests:
|
|
path: ../tests
|
|
|
|
dev_dependencies:
|
|
test: ^1.5.0
|
|
build_runner:
|
|
build_web_compilers:
|
|
moor_generator:
|
|
|
|
dependency_overrides:
|
|
moor:
|
|
path: ../../../moor
|
|
moor_generator:
|
|
path: ../../../moor_generator
|
|
sqlparser:
|
|
path: ../../../sqlparser |