From 737822b2ba15679b598deab8fb2db8a970bf5979 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 29 Apr 2023 18:47:52 -0700 Subject: [PATCH] Put transpiler tests in a separate folder --- test/{bundler => transpiler}/decorators.test.ts | 0 test/{bundler => transpiler}/transpiler.test.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{bundler => transpiler}/decorators.test.ts (100%) rename test/{bundler => transpiler}/transpiler.test.js (100%) diff --git a/test/bundler/decorators.test.ts b/test/transpiler/decorators.test.ts similarity index 100% rename from test/bundler/decorators.test.ts rename to test/transpiler/decorators.test.ts diff --git a/test/bundler/transpiler.test.js b/test/transpiler/transpiler.test.js similarity index 100% rename from test/bundler/transpiler.test.js rename to test/transpiler/transpiler.test.js