mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 05:15:51 -06:00
16 lines
309 B
YAML
16 lines
309 B
YAML
targets:
|
|
$default:
|
|
include:
|
|
- pubspec.yaml
|
|
sources:
|
|
- assets/**
|
|
- lib/$lib$
|
|
- lib/**.dart
|
|
- test/**.dart
|
|
- integration_test/**.dart
|
|
|
|
builders:
|
|
mockito|mockBuilder:
|
|
generate_for:
|
|
- test/**.dart
|
|
- integration_test/**.dart |