Skip to content

Commit a0cd3ff

Browse files
authored
Merge pull request #248 from sqlitecloud/marcobambini-patch-1
enable pubsub test suite
2 parents e055d5b + fcd1b79 commit a0cd3ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.573",
3+
"version": "1.0.574",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

test/pubsub.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { SQLiteCloudRow } from '../src'
22
import { getChinookDatabase, LONG_TIMEOUT } from './shared'
33
import { PUBSUB_ENTITY_TYPE } from '../src/drivers/pubsub'
44

5-
describe.skip('pubSub', () => {
5+
describe('pubSub', () => {
66
it(
77
'should listen, notify and receive pubSub messages on channel',
88
async () => {

0 commit comments

Comments
 (0)