You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2018/03/12 04:46:56 UTC

[incubator-annotator] 02/03: Use lib imports in tests

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit ea6bf70560b50c7d19c38b245e86a51a31de8800
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Mar 11 21:37:20 2018 -0700

    Use lib imports in tests
    
    The module resolver handles the aliasing. With this, shipping tests with
    published versions might be possible.
---
 packages/selector/test/index.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/selector/test/index.mjs b/packages/selector/test/index.mjs
index a5a4245..4ab7ce3 100644
--- a/packages/selector/test/index.mjs
+++ b/packages/selector/test/index.mjs
@@ -1,4 +1,4 @@
-import * as selector from '../src';
+import * as selector from '../lib';
 
 describe('selector', () => {
   it('can be imported', () => {

-- 
To stop receiving notification emails like this one, please contact
randall@apache.org.