Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 6b1060a

Browse files
committed
chore(tests): moved rollup specs to rollup dir
1 parent 664d7d7 commit 6b1060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/ion-rollup-resolver-plugin.spec.ts renamed to src/rollup/ion-rollup-resolver-plugin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FileCache } from '../util/file-cache';
22
import { BuildContext } from '../util/interfaces';
33
import { dirname, join, resolve } from 'path';
4-
import { resolveId } from '../rollup/ionic-rollup-resolver-plugin';
4+
import { resolveId } from './ionic-rollup-resolver-plugin';
55

66
const importer = '/Users/dan/Dev/ionic-conference-app/src/app/app.module.ts';
77

0 commit comments

Comments
 (0)