Skip to content

Instantly share code, notes, and snippets.

View frankhn's full-sized avatar
🎗️
Ready!💫

frankhn frankhn

🎗️
Ready!💫
View GitHub Profile
@frankhn
frankhn / index.html
Created August 9, 2019 08:17
Vue.js: Animated Dropdown Menu
<div id="app">
<header class="header">
<nav class="header__nav">
<ul class="header__navbar">
<li class="header__item">
<a href="#" class="header__link">
<transition name="slide-fade">
<button class="header--btn" v-if="show" key="on" @click="show = false">
<svg viewBox="0 0 24 24" class="header--icon">
<title>Close</title>
import chai from ('chai').should;
import server from '../../app';
import chaiHttp from 'chai-http';
chai.use(chaiHttp);
describe('it should be able to apdate the article', () => {
it('should return the 201 status for success update', (done) => {
const article = {
title:"kacyiru",
package intercom;
import java.util.ArrayList;
public class FlattenArrays {
// Main method with test case
public static void main(String[] args)
{