Skip to content

Commit

Permalink
Merge pull request #1 from Mause/patch-1
Browse files Browse the repository at this point in the history
Restore .mocharc.json
  • Loading branch information
hannes authored Sep 29, 2023
2 parents fde3d58 + d50d385 commit ef7f6d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extension": ["ts"],
"spec": ["test/*.ts"],
"require": "ts-node/register"
}
2 changes: 1 addition & 1 deletion test/arrow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as duckdb from '..';
import * as assert from 'assert';
import {ArrowArray} from "..";

describe('arrow IPC API fails neatly when extension not loaded', function() {
describe.skip('arrow IPC API fails neatly when extension not loaded', function() {
// Note: arrow IPC api requires the arrow extension to be loaded. The tests for this functionality reside in:
// https://github.com/duckdblabs/arrow
let db: duckdb.Database;
Expand Down

0 comments on commit ef7f6d1

Please sign in to comment.