Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8171

Bump babel-plugin-tester and fix breaking changes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/andriijas/bpnasi into master 5 years ago
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: andriijas

Bump babel-plugin-tester and adapt to new api

https://github.com/babel-utils/babel-plugin-tester/releases

Compare
  • master (base)

and
  • latest version
    82fa0aee
    1 commit, 2 years ago

2 files
+ 3
- 3

    Preferences

    File browser
    Compare changes
packa‎ges/…‎
index.‎test.js‎ +2 -2
packag‎e.json‎ +1 -1
packages/babel-plugin-named-asset-import/index.test.js
+ 2
- 2
  • View file @ 82fa0aee

  • Edit in single-file editor

  • Open in Web IDE


const pluginTester = require('babel-plugin-tester');
const pluginTester = require('babel-plugin-tester/pure');
const namedAssetImport = require('./index');
pluginTester({
pluginTester.default({
plugin: namedAssetImport,
pluginOptions: {
loaderMap: {
packages/babel-plugin-named-asset-import/package.json
+ 1
- 1
  • View file @ 82fa0aee

  • Edit in single-file editor

  • Open in Web IDE


@@ -19,7 +19,7 @@
"@babel/core": "^7.1.0"
},
"devDependencies": {
"babel-plugin-tester": "^7.0.1",
"babel-plugin-tester": "^8.0.1",
"jest": "24.9.0"
},
"scripts": {
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
CLA Signed tag: underlying tools
2
CLA Signed tag: underlying tools
    Assign labels
  • Manage project labels

Milestone
3.3.1
3.3.1
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: facebook/create-react-app!8171
Source branch: github/fork/andriijas/bpnasi

Menu

Explore Projects Groups Snippets