Skip to content

Commit f2279f3

Browse files
authored
pg-connection-string/test: remove unused var (brianc#3243)
Co-authored-by: alxndrsn <alxndrsn>
1 parent 1625861 commit f2279f3

File tree

1 file changed

+0
-1
lines changed
  • packages/pg-connection-string/test

1 file changed

+0
-1
lines changed

packages/pg-connection-string/test/parse.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict'
22

33
var chai = require('chai')
4-
var expect = chai.expect
54
chai.should()
65

76
var parse = require('../').parse

0 commit comments

Comments
 (0)