How to use @tinacms/scripts - 10 common examples

To help you get started, we’ve selected a few @tinacms/scripts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tinacms / tinacms / packages / next-tinacms-git / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / template / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / @tinacms / core / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / gatsby-tinacms-remark / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / @tinacms / form-builder / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / @tinacms / api-git / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / @tinacms / fields / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / react-dismissible / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / react-tinacms / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)
github tinacms / tinacms / packages / @tinacms / git-client / jest.config.js View on Github external
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/

const { createJestConfig } = require('@tinacms/scripts')
const pack = require('./package')

module.exports = createJestConfig(pack)

@tinacms/scripts

This package provides the `tinacms-scripts` bin with the following commands:

Apache-2.0
Latest version published 6 months ago

Package Health Score

59 / 100
Full package analysis

Popular @tinacms/scripts functions

Similar packages