diff --git a/fixtures/bootstrap.js b/fixtures/bootstrap.js deleted file mode 100644 index c16eaa3..0000000 --- a/fixtures/bootstrap.js +++ /dev/null @@ -1,3 +0,0 @@ -import { startStimulusApp} from '@symfony/stimulus-bundle'; - -const app=startStimulusApp(); \ No newline at end of file diff --git a/fixtures/say-hello.ts b/fixtures/say-hello.ts deleted file mode 100644 index 5307d1f..0000000 --- a/fixtures/say-hello.ts +++ /dev/null @@ -1,4 +0,0 @@ -export function sayHello(message : string) : void -{ - console.log('Hello, '+message+'!'); -} \ No newline at end of file