From 3c66e9a9af4757d50ed1906f2bd62dac832d2458 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 25 Nov 2020 12:21:49 +0545 Subject: [PATCH] Rename test to tests and remove space from tsconfig.json file name --- {test => tests}/k6/.babelrc | 0 {test => tests}/k6/README.md | 0 {test => tests}/k6/package.json | 0 {test => tests}/k6/rollup.config.js | 0 {test => tests}/k6/scripts/postinstall.js | 0 {test => tests}/k6/src/lib/api.ts | 0 {test => tests}/k6/src/lib/defaults.ts | 0 {test => tests}/k6/src/lib/index.ts | 0 {test => tests}/k6/src/lib/types.ts | 0 {test => tests}/k6/src/lib/utils.ts | 0 {test => tests}/k6/src/test-issue-162.ts | 0 test/k6/ tsconfig.json => tests/k6/tsconfig.json | 0 {test => tests}/k6/yarn.lock | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/k6/.babelrc (100%) rename {test => tests}/k6/README.md (100%) rename {test => tests}/k6/package.json (100%) rename {test => tests}/k6/rollup.config.js (100%) rename {test => tests}/k6/scripts/postinstall.js (100%) rename {test => tests}/k6/src/lib/api.ts (100%) rename {test => tests}/k6/src/lib/defaults.ts (100%) rename {test => tests}/k6/src/lib/index.ts (100%) rename {test => tests}/k6/src/lib/types.ts (100%) rename {test => tests}/k6/src/lib/utils.ts (100%) rename {test => tests}/k6/src/test-issue-162.ts (100%) rename test/k6/ tsconfig.json => tests/k6/tsconfig.json (100%) rename {test => tests}/k6/yarn.lock (100%) diff --git a/test/k6/.babelrc b/tests/k6/.babelrc similarity index 100% rename from test/k6/.babelrc rename to tests/k6/.babelrc diff --git a/test/k6/README.md b/tests/k6/README.md similarity index 100% rename from test/k6/README.md rename to tests/k6/README.md diff --git a/test/k6/package.json b/tests/k6/package.json similarity index 100% rename from test/k6/package.json rename to tests/k6/package.json diff --git a/test/k6/rollup.config.js b/tests/k6/rollup.config.js similarity index 100% rename from test/k6/rollup.config.js rename to tests/k6/rollup.config.js diff --git a/test/k6/scripts/postinstall.js b/tests/k6/scripts/postinstall.js similarity index 100% rename from test/k6/scripts/postinstall.js rename to tests/k6/scripts/postinstall.js diff --git a/test/k6/src/lib/api.ts b/tests/k6/src/lib/api.ts similarity index 100% rename from test/k6/src/lib/api.ts rename to tests/k6/src/lib/api.ts diff --git a/test/k6/src/lib/defaults.ts b/tests/k6/src/lib/defaults.ts similarity index 100% rename from test/k6/src/lib/defaults.ts rename to tests/k6/src/lib/defaults.ts diff --git a/test/k6/src/lib/index.ts b/tests/k6/src/lib/index.ts similarity index 100% rename from test/k6/src/lib/index.ts rename to tests/k6/src/lib/index.ts diff --git a/test/k6/src/lib/types.ts b/tests/k6/src/lib/types.ts similarity index 100% rename from test/k6/src/lib/types.ts rename to tests/k6/src/lib/types.ts diff --git a/test/k6/src/lib/utils.ts b/tests/k6/src/lib/utils.ts similarity index 100% rename from test/k6/src/lib/utils.ts rename to tests/k6/src/lib/utils.ts diff --git a/test/k6/src/test-issue-162.ts b/tests/k6/src/test-issue-162.ts similarity index 100% rename from test/k6/src/test-issue-162.ts rename to tests/k6/src/test-issue-162.ts diff --git a/test/k6/ tsconfig.json b/tests/k6/tsconfig.json similarity index 100% rename from test/k6/ tsconfig.json rename to tests/k6/tsconfig.json diff --git a/test/k6/yarn.lock b/tests/k6/yarn.lock similarity index 100% rename from test/k6/yarn.lock rename to tests/k6/yarn.lock