Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-09-07 15:51:19 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-09-07 15:51:19 +0300
commitfe9e9f53c342fbd153a37772106f8c17476a8344 (patch)
treeeb046f7f8f79688682787d34ea684234804eef36 /test
parent0d382e159ebb4c033ce04475b569f1c335b65604 (diff)
Fix `import/extensions` issues
Diffstat (limited to 'test')
-rw-r--r--test/lib/result.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/result.js b/test/lib/result.js
index e891b8f..cd41b45 100644
--- a/test/lib/result.js
+++ b/test/lib/result.js
@@ -12,7 +12,7 @@ const stylus = require('stylus');
// Postcss
const postcss = require('postcss');
-const rfs = require('../..');
+const rfs = require('../../postcss.js');
const postcssTests = require('../postcss/tests.js');
// Functions