Skip to content

Commit 2cb9c21

Browse files
committed
test: move ast.json around
1 parent 6e3d9f8 commit 2cb9c21

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var select = require('..'),
4-
ast = require('./ast'),
4+
ast = require('./lib/ast'),
55
path = require('./lib/path');
66

77
var test = require('tape');

0 commit comments

Comments
 (0)