Skip to content

Commit 819fb0a

Browse files
committed
rename test files
1 parent e3c13ff commit 819fb0a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/index.ios.callback.js renamed to test/index.callback.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* sqlite.ios.callback.js
2+
* sqlite.callback.js
33
*
44
* Created by Andrzej Porebski on 10/29/15.
55
* Copyright (c) 2015 Andrzej Porebski.
@@ -20,8 +20,8 @@ import {
2020
ListView
2121
} from 'react-native';
2222

23-
2423
import SQLite from 'react-native-octodb';
24+
2525
SQLite.DEBUG(true);
2626
SQLite.enablePromise(false);
2727

test/index.android.json1.js renamed to test/index.json1.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
import ListView from 'deprecated-react-native-listview';
1717

1818
import SQLite from 'react-native-octodb';
19+
1920
SQLite.DEBUG(true);
2021
SQLite.enablePromise(false);
2122

test/index.ios.promise.js renamed to test/index.promise.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* sqlite.ios.promise.js
2+
* index.promise.js
33
*
44
* Created by Andrzej Porebski on 10/29/15.
55
* Copyright (c) 2015 Andrzej Porebski.
@@ -20,12 +20,11 @@ import {
2020
ListView
2121
} from 'react-native';
2222

23-
2423
import SQLite from 'react-native-octodb';
24+
2525
SQLite.DEBUG(true);
2626
SQLite.enablePromise(true);
2727

28-
2928
const database_name = "Test.db";
3029
const database_version = "1.0";
3130
const database_displayname = "SQLite Test Database";

0 commit comments

Comments
 (0)