mirror of https://github.com/AMT-Cheif/drift.git
Make the ffi test run via `pub run test`
This commit is contained in:
parent
bf6d60b170
commit
8ff0ece29a
|
@ -1,6 +1,6 @@
|
|||
import 'package:test/test.dart';
|
||||
|
||||
import '../runners.dart';
|
||||
import '../ffi_test.dart';
|
||||
|
||||
void main(TestedDatabase db) {
|
||||
test('insert statements report their id', () async {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:test/test.dart';
|
||||
|
||||
import '../runners.dart';
|
||||
import '../ffi_test.dart';
|
||||
|
||||
void main(TestedDatabase db) {
|
||||
test('prepared statements can be used multiple times', () async {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:test/test.dart';
|
||||
|
||||
import '../runners.dart';
|
||||
import '../ffi_test.dart';
|
||||
|
||||
void main(TestedDatabase db) {
|
||||
test('select statements return expected value', () async {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:test/test.dart';
|
||||
|
||||
import '../runners.dart';
|
||||
import '../ffi_test.dart';
|
||||
|
||||
void main(TestedDatabase db) {
|
||||
test('can set the user version on a database', () async {
|
||||
|
|
Loading…
Reference in New Issue