File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shelf/postgres-local" ,
3
- "version" : " 0.1.6 " ,
4
- "description" : " Run 14 version of Postgres locally" ,
3
+ "version" : " 1.0.0 " ,
4
+ "description" : " Run Postgres locally" ,
5
5
"keywords" : [
6
6
" postgres" ,
7
7
" postgres local"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import postgres from 'postgres';
4
4
import { start , stop } from '.' ;
5
5
6
6
describe ( '#postgres' , ( ) => {
7
- it ( 'should start postgres@14 locally' , async ( ) => {
7
+ it ( 'should start postgres locally' , async ( ) => {
8
8
expect . assertions ( 2 ) ;
9
9
10
10
const returnedUrl = await start ( {
@@ -56,7 +56,7 @@ describe('#postgres', () => {
56
56
expect ( returnedUrl ) . toEqual ( 'postgres://localhost:5555/postgres' ) ;
57
57
} ) ;
58
58
59
- it ( 'should stop postgres@14 locally' , async ( ) => {
59
+ it ( 'should stop postgres locally' , async ( ) => {
60
60
await stop ( {
61
61
version : 12 ,
62
62
} ) ;
You can’t perform that action at this time.
0 commit comments