This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: tekton.dev/v1alpha1 | |
| kind: PipelineResource | |
| metadata: | |
| name: nuxt-repo | |
| spec: | |
| type: git | |
| params: | |
| - name: revision | |
| value: master | |
| - name: url |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const commitsCollection = { | |
| "total_count": 4, | |
| "incomplete_results": false, | |
| "items": [ | |
| { | |
| "url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/bb4cc8d3b2e14b3af5df699876dd4ff3acd00b7f", | |
| "sha": "bb4cc8d3b2e14b3af5df699876dd4ff3acd00b7f", | |
| "html_url": "https://github.com/octocat/Spoon-Knife/commit/bb4cc8d3b2e14b3af5df699876dd4ff3acd00b7f", | |
| "comments_url": "https://api.github.com/repos/octocat/Spoon-Knife/commits/bb4cc8d3b2e14b3af5df699876dd4ff3acd00b7f/comments", | |
| "commit": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div> | |
| <div class="counter-text"> | |
| Counter is: {{ count }} | |
| </div> | |
| <div class="counter-controls"> | |
| <button @click="increase"> | |
| Increase | |
| </button> | |
| <button @click="decrease"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { | |
| render, | |
| fireEvent, | |
| cleanup | |
| } from 'vue-testing-library'; | |
| import Counter, { INITIAL_COUNTER } from '@/components/Counter.vue' | |
| describe('Component: Counter.vue', () => { | |
| describe('Behavior', () => { | |
| afterEach(() => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns demo.core-test | |
| (:require [cljs.test :refer [deftest | |
| testing | |
| is | |
| use-fixtures]] | |
| [clojure.string :refer [lower-case]] | |
| [demo.components :refer [title-component | |
| counter-component]] | |
| [reagent.core :as r] | |
| ["react-testing-library" :as rtl])) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script>alert('test')</script> test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const React = require('react'); | |
| const ReactAtellier = require('react-atellier')(React); | |
| class AtellierWrapper extends React.Component{ | |
| render() { | |
| const Icon = React.createClass({ | |
| render: function() { | |
| return ( | |
| <div> | |
| hello |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| // | |
| // 1 | |
| // | |
| import ( | |
| "github.com/go-martini/martini" | |
| "github.com/martini-contrib/render" | |
| "encoding/json" | |
| "encoding/base64" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "github.com/go-martini/martini" | |
| func main() { | |
| m := martini.Classic() | |
| m.Get("/", func() string { | |
| return "Hello world!" | |
| }) | |
| m.Run() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 06-27 00:07:36.350: I/chromium(3877): [INFO:CONSOLE(13)] "Uncaught TypeError: undefined is not a function", source: file:///android_asset/components/platform/platform.js (13) | |
| 06-27 00:07:36.360: I/chromium(3877): [INFO:CONSOLE(13)] "Uncaught TypeError: undefined is not a function", source: file:///android_asset/components/platform/platform.js (13) | |
| 06-27 00:07:36.360: I/chromium(3877): [INFO:CONSOLE(13)] "Uncaught TypeError: undefined is not a function", source: file:///android_asset/components/platform/platform.js (13) | |
| 06-27 00:07:36.390: I/chromium(3877): [INFO:CONSOLE(12)] "Exception caught during observer callback: TypeError: undefined is not a function | |
| 06-27 00:07:36.390: I/chromium(3877): at b.classList (file:///android_asset/components/platform/platform.js:13:20941) | |
| 06-27 00:07:36.390: I/chromium(3877): at Polymer.selectedIndexChanged (data:text/javascript;base64,CgogIFBvbHltZXIoJ3BhcGVyLXRhYnMnLCB7CiAgICAKICAgIC8qKgogICAgICogSWYgdHJ1ZSwgaW5rIGVmZmVjdCBpcyBkaXNhYmxlZC4KICAgICAqCiAgICAgKiBAYXR0cm |