Giter VIP home page Giter VIP logo

Comments (2)

perry-mitchell avatar perry-mitchell commented on May 11, 2024

Now running while npm test; do :; done to test until failure

from buttercup-core.

perry-mitchell avatar perry-mitchell commented on May 11, 2024

Example of a move:

// before:
{
    "format": "buttercup/a",
    "groups": [
        {
            "id": "4e940351-3284-4ade-bab8-3d133c810d6f",
            "title": "Main",
            "attributes": {
                "testAttr": "testValue"
            },
            "entries": [
                {
                    "id": "f5ae5966-9636-4c06-838e-e0106163eda7",
                    "title": "My entry"
                }
            ]
        },
        {
            "id": "d380a864-023c-439f-9cef-9695341b010b",
            "title": "Mover"
        }
    ]
}
// after:
 {
    "format": "buttercup/a",
    "groups": [
        {
            "id": "4e940351-3284-4ade-bab8-3d133c810d6f",
            "title": "Main",
            "attributes": {
                "testAttr": "testValue"
            },
            "entries": [
                {
                    "id": "f5ae5966-9636-4c06-838e-e0106163eda7",
                    "title": "My entry"
                }
            ],
            "groups": [
                {
                    "id": "d380a864-023c-439f-9cef-9695341b010b",
                    "title": "Mover"
                }
            ]
        }
    ]
}

And the failing one:

// before:
{
    "format": "buttercup/a",
    "groups": [
        {
            "id": "0b9180ce-6e88-4f67-998c-7253d33d5dbc",
            "title": "Main",
            "attributes": {
                "testAttr": "testValue"
            },
            "entries": [
                {
                    "id": "07fa7359-041e-48e7-ad12-bd60c745ffce",
                    "title": "My entry"
                }
            ]
        },
        {
            "id": "eff60a23-31f5-4af4-a7e0-e8b392ea6204",
            "title": "Mover"
        }
    ]
}
// after:
{
    "format": "buttercup/a",
    "groups": [
        {
            "id": "0b9180ce-6e88-4f67-998c-7253d33d5dbc",
            "title": "Main",
            "attributes": {
                "testAttr": "testValue"
            },
            "entries": [
                {
                    "id": "07fa7359-041e-48e7-ad12-bd60c745ffce",
                    "title": "My entry"
                }
            ]
        },
        {
            "id": "eff60a23-31f5-4af4-a7e0-e8b392ea6204",
            "title": "Mover"
        }
    ]
}

from buttercup-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.