Skip to content

Commit

Permalink
chore: drop nuxt2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 28, 2024
1 parent 51e962f commit 2ae3f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
24 changes: 0 additions & 24 deletions playground/nuxt2-vite/module.test.ts

This file was deleted.

21 changes: 0 additions & 21 deletions playground/nuxt2-webpack/module.test.ts

This file was deleted.

8 changes: 3 additions & 5 deletions playground/nuxt3/nuxt3.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { describe, test, expect } from 'vitest'
import cheerio from 'cheerio'
import { globby } from 'globby'

const fs = require('node:fs')
const execa = require('execa')
const path = require('pathe')
import fs from 'fs'
import { execa } from 'execa'
import path from 'pathe'

describe('nuxt3', () => {
test('renders css files without @apply', async () => {
Expand Down

0 comments on commit 2ae3f49

Please sign in to comment.