Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov committed Aug 25, 2023
1 parent 3aaad89 commit c5af5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/stat.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import assert from 'assert';
import jora from 'jora';
import { naturalCompare } from '@discoveryjs/natural-compare';
import localMethods from '../src/methods.js';

const localMethodNames = Object.keys(localMethods);
const localMethodNames = Object.keys(jora.methods);

describe('query/stat mode', () => {
describe('default', () => {
Expand Down

0 comments on commit c5af5df

Please sign in to comment.