Files
JSONAPI/Tests/JSONAPITests/SparseFields/SparseFieldEncoderTests.swift
T

16 lines
230 B
Swift
Raw Normal View History

2019-08-05 14:51:18 -07:00
//
// SparseFieldEncoderTests.swift
//
//
// Created by Mathew Polzin on 8/5/19.
//
import XCTest
import JSONAPI
class SparseFieldEncoderTests: XCTestCase {
func test_placeholder() {
// TODO: write tests
}
}