File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/neo4j-driver/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ describe('#unit index', () => {
139
139
}
140
140
} )
141
141
142
- xdescribe ( 'await rxRession.beginTransaction().toPromise() return' , ( ) => {
142
+ describe ( 'await rxRession.beginTransaction().toPromise() return' , ( ) => {
143
143
it ( 'should be instanceof neo4j.RxTransaction' , async ( ) => {
144
144
const transaction = await subject ( )
145
145
expect ( transaction ) . toBeInstanceOf ( neo4j . RxTransaction )
@@ -193,7 +193,7 @@ describe('#unit index', () => {
193
193
}
194
194
} )
195
195
196
- xdescribe ( 'RxManagedTransaction' , ( ) => {
196
+ describe ( 'RxManagedTransaction' , ( ) => {
197
197
it ( 'should be instanceof neo4j.RxManagedTransaction' , async ( ) => {
198
198
const rxManagedTransaction = await subject ( )
199
199
expect ( rxManagedTransaction ) . toBeInstanceOf ( neo4j . RxManagedTransaction )
You can’t perform that action at this time.
0 commit comments