Skip to content

refactor(turbopack-ecmascript): deprecate enable_emotion, enable_styled* #9901

refactor(turbopack-ecmascript): deprecate enable_emotion, enable_styled*

refactor(turbopack-ecmascript): deprecate enable_emotion, enable_styled* #9901

Workflow file for this run

name: JS Package Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- run: 'echo "No JS package tests run required"'